Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/separator' into separator
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Jan 17, 2024
2 parents 0fdab40 + e6920c3 commit 0c43e17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ItemTreeTraversal/ItemTreeTraversalFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ class ItemTreeTraversalFactory
* @param string $namesSeparator Separator used for joining item names.
* @psalm-param non-empty-string $namesSeparator
*
* @return ItemTreeTraversalInterface Item tree traversal strategy.
*
* @throws RuntimeException When a database was configured with unknown driver, either because it is not supported
* by Yii Database out of the box or newly added by Yii Database and not supported / tested yet in this package.
* @return ItemTreeTraversalInterface Item tree traversal strategy.
*/
public static function getItemTreeTraversal(
ConnectionInterface $database,
Expand Down

0 comments on commit 0c43e17

Please sign in to comment.