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/psr-2' of https://github.com/Maks3w/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 13, 2012
4 parents c9c769e + dda791d + c7ee17b + d8b6303 commit 70d382a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hydrator/Reflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Reflection implements HydratorInterface
* Simple in-memory array cache of ReflectionProperties used.
* @var array
*/
static protected $reflProperties = array();
protected static $reflProperties = array();

/**
* Extract values from an object
Expand Down

0 comments on commit 70d382a

Please sign in to comment.