Fix superfluous subquery filters #131
Draft
Annotations
10 errors
|
Run PHPStan:
src/Compat/FilterProcessor.php#L58
Parameter #1 $array of function array_shift expects array, mixed given.
|
|
Run PHPStan:
src/Common/SortUtil.php#L22
Parameter #1 $sort of static method ipl\Orm\Common\SortUtil::splitColumnAndDirection() expects string, mixed given.
|
|
Run 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.
|
|
Run PHPStan:
src/Common/PropertiesWithDefaults.php (in context of class ipl/Orm/Model)#L17
Possibly invalid array key type mixed.
|
|
Run 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.
|
|
Run PHPStan:
src/Common/PropertiesWithDefaults.php (in context of class ipl/Orm/Model)#L16
Possibly invalid array key type mixed.
|
|
Run PHPStan:
src/Common/PropertiesWithDefaults.php (in context of class ipl/Orm/Model)#L16
Possibly invalid array key type mixed.
|
|
Run PHPStan:
src/ColumnDefinition.php#L75
Parameter #1 $label of method ipl\Orm\ColumnDefinition::setLabel() expects string|null, mixed given.
|
|
Run PHPStan:
src/Behavior/MillisecondTimestamp.php#L19
Binary operation "/" between mixed and 1000.0 results in an error.
|
|
Run PHPStan:
src/Behavior/Binary.php#L82
Possibly invalid array key type mixed.
|
Loading