fix: resolution name for datagrid -> attribute instead of class #317
phpstan.yml
on: pull_request
Phpstan
/
Phpstan (8.2)
31s
Annotations
4 errors
Phpstan / Phpstan (8.2):
src/AggregationFunction/FunctionSum.php#L44
Property Contributte\Datagrid\AggregationFunction\FunctionSum::$result (int) does not accept bool|float|int|string.
|
Phpstan / Phpstan (8.2):
src/Datagrid.php#L2218
Method Contributte\Datagrid\Datagrid::getItemsPerPageList() should return array<int|string> but returns array<int|string, int|string|Stringable>.
|
Phpstan / Phpstan (8.2)
Ignored error pattern #string\\|Stringable# in path /home/runner/work/datagrid/datagrid/src/DataGrid.php was not matched in reported errors.
|
Phpstan / Phpstan (8.2)
Process completed with exit code 2.
|