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

Commit

Permalink
Merge pull request #5507 in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Nov 21, 2013
2 parents f976d54 + 08dbc64 commit 8753169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Stdlib/Parameters.php
Expand Up @@ -26,7 +26,7 @@ public function __construct(array $values = null)
if (null === $values) {
$values = array();
}
parent::__construct($values, ArrayObject::ARRAY_AS_PROPS);
parent::__construct($values, PhpArrayObject::ARRAY_AS_PROPS);
}

/**
Expand Down

0 comments on commit 8753169

Please sign in to comment.