ResultSet: Remove manual seek()
call for php 5.6 support
#17
Annotations
10 errors and 1 warning
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/Behavior/MillisecondTimestamp.php#L19
Binary operation "/" between mixed and 1000.0 results in an error.
|
PHPStan:
src/ColumnDefinition.php#L75
Parameter #1 $label of method ipl\Orm\ColumnDefinition::setLabel() expects string|null, mixed given.
|
PHPStan:
src/Common/PropertiesWithDefaults.php (in context of class ipl/Orm/Model)#L17
Parameter #1 $key of method ipl\Orm\Model::setProperty() expects string, mixed given.
|
PHPStan:
src/Common/PropertiesWithDefaults.php (in context of class ipl/Orm/Model)#L20
Parameter #1 $key of method ipl\Orm\Model::parentGetProperty() expects string, mixed given.
|
PHPStan:
src/Common/SortUtil.php#L22
Parameter #1 $sort of static method ipl\Orm\Common\SortUtil::splitColumnAndDirection() expects string, mixed given.
|
PHPStan:
src/Compat/FilterProcessor.php#L1
Ignored error pattern #^Cannot use array destructuring on array\<int, string\>\|false\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/Compat/FilterProcessor.php was not matched in reported errors.
|
PHPStan:
src/Compat/FilterProcessor.php#L1
Ignored error pattern #^Parameter \#1 \$path of method ipl\\Orm\\Resolver\:\:resolveRelation\(\) expects string, int\|string given\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/Compat/FilterProcessor.php was not matched in reported errors.
|
PHPStan:
src/Compat/FilterProcessor.php#L1
Ignored error pattern #^Parameter \#2 \$targetPath of method ipl\\Orm\\Query\:\:createSubQuery\(\) expects string, int\|string given\.$# in path /home/runner/work/ipl-orm/ipl-orm/src/Compat/FilterProcessor.php was not matched in reported errors.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading