Skip to content

Commit

Permalink
PHP 5.3 tests failings due to [ ] array declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sadortun committed Apr 7, 2016
1 parent a3fdbe8 commit 702ac11
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -187,7 +187,7 @@ public function testSolidMultiPolygonAddPolygon()
);


$multiPolygon = new MultiPolygon([ $polygon ]);
$multiPolygon = new MultiPolygon( array( $polygon ));

$multiPolygon->addPolygon(
array (
Expand Down

0 comments on commit 702ac11

Please sign in to comment.