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

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#6948-improve-hydrator-ty…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Nov 29, 2014
2 parents 417970b + fe2f7b0 commit ddea349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hydrator/Reflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Reflection extends AbstractHydrator
{
/**
* Simple in-memory array cache of ReflectionProperties used.
* @var array
* @var \ReflectionProperty[]
*/
protected static $reflProperties = array();

Expand Down Expand Up @@ -67,7 +67,7 @@ public function hydrate(array $data, $object)
*
* @param string|object $input
* @throws Exception\InvalidArgumentException
* @return array
* @return \ReflectionProperty[]
*/
protected static function getReflProperties($input)
{
Expand Down

0 comments on commit ddea349

Please sign in to comment.