Skip to content

Commit 5f4b6c8

Browse files
committed
Merge pull request #1529 from dvapelnik/patch-1
[v2.4.12] php5.3.2 not supported short array definition
2 parents 2527d8f + d926473 commit 5f4b6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gedmo/Tree/Entity/Repository/MaterializedPathRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getPathQueryBuilder($node)
9494

9595
$node = new EntityWrapper($node, $this->_em);
9696
$nodePath = $node->getPropertyValue($config['path']);
97-
$paths = [];
97+
$paths = array();
9898
$nodePathLength = strlen($nodePath);
9999
$separatorMatchOffset = 0;
100100
while ($separatorMatchOffset < $nodePathLength) {

0 commit comments

Comments
 (0)