Browse Source

Fixing another small issue

Jose Lorenzo Rodriguez 10 years ago
parent
commit
bb1435547e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/ResultSet.php

+ 1 - 1
src/ORM/ResultSet.php

@@ -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 = [];