Skip to content

Commit

Permalink
Changed array syntax to work in PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrabrand committed Jul 2, 2014
1 parent f9db0d1 commit 0406708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function setUp()
}

public function testRegister() {
$serverUrls = ['http://example.com', 'http://example.net'];
$serverUrls = array('http://example.com', 'http://example.net');
$publicKey = 'foobar';
$privateKey = 'barfoo';

Expand Down

0 comments on commit 0406708

Please sign in to comment.