Skip to content

Commit 8c37551

Browse files
committed
fix: fix grammar in Ltree::fromString() docblock
1 parent adf7db0 commit 8c37551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject/LtreeInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function __construct(array $pathFromRoot);
1717
/**
1818
* Creates an Ltree instance from a string representation.
1919
*
20-
* @throws \InvalidArgumentException if the ltree is contains invalid/empty labels (consecutive dots)
20+
* @throws \InvalidArgumentException if $ltree contains invalid/empty labels (e.g., consecutive dots)
2121
*/
2222
public static function fromString(string $ltree): static;
2323

0 commit comments

Comments
 (0)