diff --git a/PropertyPath.php b/PropertyPath.php index 71b90fc..5cb4376 100644 --- a/PropertyPath.php +++ b/PropertyPath.php @@ -72,7 +72,6 @@ public function __construct(self|string $propertyPath) { // Can be used as copy constructor if ($propertyPath instanceof self) { - /** @var PropertyPath $propertyPath */ $this->elements = $propertyPath->elements; $this->length = $propertyPath->length; $this->isIndex = $propertyPath->isIndex;