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 1ff0af7 commit d85ea6eCopy full SHA for d85ea6e
src/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject/LtreeInterface.php
@@ -7,10 +7,10 @@
7
interface LtreeInterface extends \Stringable, \JsonSerializable
8
{
9
/**
10
- * @param list<non-empty-string> $pathFromRoot
+ * @param list<non-empty-string> $pathFromRoot A list with one element represents the root. The list may be empty.
11
*
12
* @throws \InvalidArgumentException if the pathFromRoot is not a valid ltree path
13
- * (contains empty labels, consecutive dots, or starts/ends with a dot)
+ * (contains labels which are empty or contains one or more dots)
14
*/
15
public function __construct(array $pathFromRoot);
16
0 commit comments