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.
2 parents 2527d8f + d926473 commit 5f4b6c8Copy full SHA for 5f4b6c8
lib/Gedmo/Tree/Entity/Repository/MaterializedPathRepository.php
@@ -94,7 +94,7 @@ public function getPathQueryBuilder($node)
94
95
$node = new EntityWrapper($node, $this->_em);
96
$nodePath = $node->getPropertyValue($config['path']);
97
- $paths = [];
+ $paths = array();
98
$nodePathLength = strlen($nodePath);
99
$separatorMatchOffset = 0;
100
while ($separatorMatchOffset < $nodePathLength) {
0 commit comments