Add paging functionality to ResultSet #7
Annotations
10 errors
PHPStan:
src/Behavior/Binary.php#L1
Ignored error pattern #^Parameter \#1 \$string of function bin2hex expects string, mixed given\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/Behavior/Binary.php was not matched in reported errors.
|
PHPStan:
src/Behavior/Binary.php#L65
Parameter #1 $data of function bin2hex expects string, mixed given.
|
PHPStan:
src/Hydrator.php#L76
Parameter #2 $columnToPropertyMap of method ipl\Orm\Hydrator::updateColumnToTargetMap() expects array<string, string>, array|false given.
|
PHPStan:
src/Query.php#L1
Ignored error pattern #^Parameter \#1 \$object of method SplObjectStorage\<object,mixed\>\:\:attach\(\) expects object, mixed given\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/Query.php was not matched in reported errors.
|
PHPStan:
src/Query.php#L1
Ignored error pattern #^Parameter \#1 \$object of method SplObjectStorage\<object,mixed\>\:\:contains\(\) expects object, mixed given\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/Query.php was not matched in reported errors.
|
PHPStan:
src/Query.php#L1
Ignored error pattern #^Parameter \#1 \$objectOrClass of class ReflectionClass constructor expects class\-string\<T of object\>\|T of object, string given\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/Query.php was not matched in reported errors.
|
PHPStan:
src/Query.php#L138
Parameter #1 $argument of class ReflectionClass constructor expects class-string<T of object>|T of object, string given.
|
PHPStan:
src/Query.php#L736
Parameter #1 $obj of method SplObjectStorage<object,mixed>::contains() expects object, mixed given.
|
PHPStan:
src/Query.php#L738
Parameter #1 $obj of method SplObjectStorage<object,mixed>::attach() expects object, mixed given.
|
PHPStan:
src/Relation.php#L320
Method ipl\Orm\Relation::determineKeys() should return array but returns array|false.
|
Loading