feat: add conjunction search if text filter #487
Annotations
10 errors and 1 warning
PHPStan:
src/AggregationFunction/FunctionSum.php#L72
Property Ublaboo\DataGrid\AggregationFunction\FunctionSum::$result (int) does not accept bool|float|int|string|null.
|
PHPStan:
src/DataGrid.php#L1504
Cannot access offset 'submit' on Nette\ComponentModel\IComponent.
|
PHPStan:
src/DataGrid.php#L1522
Cannot access offset 'submit' on Nette\ComponentModel\IComponent.
|
PHPStan:
src/DataGrid.php#L1554
Parameter #1 $id of method Ublaboo\DataGrid\DataGrid::redrawItem() expects int|string, array|Nette\Http\FileUpload|string|null given.
|
PHPStan:
src/DataGrid.php#L1567
Cannot access offset 'submit' on Nette\ComponentModel\IComponent.
|
PHPStan:
src/Filter/SubmitButton.php#L48
Parameter #1 $caption (object|string) of method Ublaboo\DataGrid\Filter\SubmitButton::getControl() should be contravariant with parameter $caption (string|Stringable|null) of method Nette\Forms\Controls\Button::getControl()
|
PHPStan:
src/Filter/SubmitButton.php#L50
Parameter #1 $caption of method Nette\Forms\Controls\Button::getControl() expects string|Stringable|null, object|string|null given.
|
PHPStan:
src/GroupAction/GroupActionCollection.php#L187
Parameter #1 $array of function array_keys expects array, array|Nette\Http\FileUpload|string|null given.
|
PHPStan:
src/Utils/ItemDetailForm.php#L82
Result of || is always false.
|
PHPStan:
src/Utils/ItemDetailForm.php#L82
Strict comparison using === between Nette\Forms\Form and null will always evaluate to false.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading