Skip to content

Commit 4a4389e

Browse files
Merge branch '6.4' into 7.3
* 6.4: Fix inline var annotations [Console][Table] Don't split grapheme clusters [FrameworkBundle] Fix block type from `OK` to `ERROR` when local vault is disabled in `SecretsGenerateKeysCommand` [FrameworkBundle] Add tests for `secrets:decrypt-to-local`, `encrypt-from-local`, and `generate-keys` commands Reflection*::setAccessible() has no effect as of PHP 8.1
2 parents 317916e + 2e250ff commit 4a4389e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PropertyPath.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public function __construct(self|string $propertyPath)
7272
{
7373
// Can be used as copy constructor
7474
if ($propertyPath instanceof self) {
75-
/** @var PropertyPath $propertyPath */
7675
$this->elements = $propertyPath->elements;
7776
$this->length = $propertyPath->length;
7877
$this->isIndex = $propertyPath->isIndex;

0 commit comments

Comments
 (0)