Skip to content

Commit 2f97943

Browse files
no message
1 parent a9300fb commit 2f97943

File tree

1 file changed

+1
-0
lines changed
  • src/MartinGeorgiev/Doctrine/DBAL/Types/ValueObject

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public static function fromString(string $ltree): static
4242
return new static([]);
4343
}
4444

45+
/** @var list<non-empty-string> */
4546
$pathFromRoot = \explode('.', $ltree);
4647

4748
return new static($pathFromRoot);

0 commit comments

Comments
 (0)