Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Revert "Merge pull request zendframework/zendframework#5507 in master"
Browse files Browse the repository at this point in the history
This reverts commit 29443bdadc884ef747b37143cf95b68d993f4f9c, reversing
changes made to 17779c3c29680be0a4fa401ca355a7e9de24c6c0.
  • Loading branch information
Maks3w committed Nov 21, 2013
1 parent 54147a9 commit f1fa08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(array $values = null)
if (null === $values) {
$values = array();
}
parent::__construct($values, PhpArrayObject::ARRAY_AS_PROPS);
parent::__construct($values, ArrayObject::ARRAY_AS_PROPS);
}

/**
Expand Down

0 comments on commit f1fa08d

Please sign in to comment.