Add paging functionality to ResultSet #7
Annotations
10 errors
PHPStan:
src/ResultSet.php#L1
Ignored error pattern #^Method ipl\\Orm\\ResultSet\:\:__construct\(\) has parameter \$limit with no type specified\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/ResultSet.php was not matched in reported errors.
|
PHPStan:
src/ResultSet.php#L1
Ignored error pattern #^Method ipl\\Orm\\ResultSet\:\:hasMore\(\) has no return type specified\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/ResultSet.php was not matched in reported errors.
|
PHPStan:
src/ResultSet.php#L1
Ignored error pattern #^Method ipl\\Orm\\ResultSet\:\:hasResult\(\) has no return type specified\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/ResultSet.php was not matched in reported errors.
|
PHPStan:
src/ResultSet.php#L1
Ignored error pattern #^Method ipl\\Orm\\ResultSet\:\:yieldTraversable\(\) has no return type specified\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/ResultSet.php was not matched in reported errors.
|
PHPStan:
src/ResultSet.php#L1
Ignored error pattern #^Property ipl\\Orm\\ResultSet\:\:\$cache has no type specified\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/ResultSet.php was not matched in reported errors.
|
PHPStan:
src/ResultSet.php#L1
Ignored error pattern #^Property ipl\\Orm\\ResultSet\:\:\$generator has no type specified\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/ResultSet.php was not matched in reported errors.
|
PHPStan:
src/ResultSet.php#L1
Ignored error pattern #^Property ipl\\Orm\\ResultSet\:\:\$limit has no type specified\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/ResultSet.php was not matched in reported errors.
|
PHPStan:
src/ResultSet.php#L1
Ignored error pattern #^Property ipl\\Orm\\ResultSet\:\:\$position has no type specified\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/ResultSet.php was not matched in reported errors.
|
PHPStan:
src/ResultSet.php#L17
Property ipl\Orm\ResultSet::$cache with generic class ArrayIterator does not specify its types: TKey, TValue
|
PHPStan:
src/ResultSet.php#L166
Method ipl\Orm\ResultSet::key() should return int|null but returns mixed.
|
Loading