Skip to content

Commit

Permalink
Fixing another small issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 6, 2015
1 parent ff641d6 commit bb14355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/ResultSet.php
Expand Up @@ -110,7 +110,7 @@ class ResultSet implements ResultSetInterface
/**
* Results that have been fetched or hydrated into the results.
*
* @var array
* @var array|\ArrayAccess
*/
protected $_results = [];

Expand Down

0 comments on commit bb14355

Please sign in to comment.