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

Commit

Permalink
[PSR-2] Applied the rest of fixers of PHP-CS-Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jul 13, 2012
2 parents c9c769e + dda791d commit d8b6303
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 d8b6303

Please sign in to comment.