Skip to content

Commit

Permalink
Fix for PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Feb 26, 2015
1 parent cac90b4 commit 2ef2718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public function version($propertyName, $type = self::VERSION_TYPE_STRING)
*/
protected function mergeRules()
{
$merged = [];
$merged = array();

foreach (func_get_args() as $rules)
{
Expand Down

0 comments on commit 2ef2718

Please sign in to comment.