Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
PHP 5.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilte Leichnam committed Aug 31, 2014
1 parent 9eace05 commit 76ae223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Tests/CaptchaServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private function createApplication()
$app
->register(new SessionServiceProvider(), array('session.test' => true))
->register(new UrlGeneratorServiceProvider())
->register($provider, array('captcha.background' => [255, 255, 255]))
->register($provider, array('captcha.background' => array(255, 255, 255)))
->mount('/', $provider);

return $app;
Expand Down

0 comments on commit 76ae223

Please sign in to comment.