Skip to content

Commit

Permalink
Change array definition for PHP 5.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gregumo committed Oct 7, 2015
1 parent c1dddc0 commit 602bafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Imagine/Filter/Loader/GrayscaleFilterLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class GrayscaleFilterLoader implements LoaderInterface
/**
* {@inheritdoc}
*/
public function load(ImageInterface $image, array $options = [])
public function load(ImageInterface $image, array $options = array())
{
$filter = new Grayscale();

Expand Down

0 comments on commit 602bafe

Please sign in to comment.