Skip to content

Commit

Permalink
Fix one last PHPCS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sadortun committed Apr 7, 2016
1 parent 702ac11 commit 2542eee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -187,7 +187,7 @@ public function testSolidMultiPolygonAddPolygon()
);


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

$multiPolygon->addPolygon(
array (
Expand Down

0 comments on commit 2542eee

Please sign in to comment.