Skip to content

Commit 291ec77

Browse files
committed
fix php syntax to keep php 5.3 compat
1 parent f6cb8ad commit 291ec77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-sources/datasource.remote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ public function processOutputParameters($data, &$param_pool)
10111011

10121012
// Query each expression for the value
10131013
foreach ($this->dsParamOUTPUTPARAM as $name => $expression) {
1014-
$matches = [];
1014+
$matches = array();
10151015

10161016
// As this is passed the full data node, prepend the DS Xpath
10171017
// to the expression.

0 commit comments

Comments
 (0)