We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb9785 commit 181a378Copy full SHA for 181a378
PropertyPath.php
@@ -72,7 +72,7 @@ public function __construct(self|string $propertyPath)
72
{
73
// Can be used as copy constructor
74
if ($propertyPath instanceof self) {
75
- /* @var PropertyPath $propertyPath */
+ /** @var PropertyPath $propertyPath */
76
$this->elements = $propertyPath->elements;
77
$this->length = $propertyPath->length;
78
$this->isIndex = $propertyPath->isIndex;
0 commit comments