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 adf7db0 commit 8c37551Copy full SHA for 8c37551
src/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject/LtreeInterface.php
@@ -17,7 +17,7 @@ public function __construct(array $pathFromRoot);
17
/**
18
* Creates an Ltree instance from a string representation.
19
*
20
- * @throws \InvalidArgumentException if the ltree is contains invalid/empty labels (consecutive dots)
+ * @throws \InvalidArgumentException if $ltree contains invalid/empty labels (e.g., consecutive dots)
21
*/
22
public static function fromString(string $ltree): static;
23
0 commit comments