Static Analysis #1222
static-analysis.yml
on: schedule
Matrix: Static Analysis with PHPStan
Annotations
6 errors
|
Static Analysis with PHPStan (8.3, prefer-stable):
src/Html/Editor/Fields/Options.php#L28
Method Yajra\DataTables\Html\Editor\Fields\Options::yesNo() should return static(Yajra\DataTables\Html\Editor\Fields\Options<TKey of (int|string), TValue>) but returns static(Yajra\DataTables\Html\Editor\Fields\Options<(int|string), mixed>).
|
|
Static Analysis with PHPStan (8.2, prefer-stable):
src/Html/Editor/Fields/Options.php#L28
Method Yajra\DataTables\Html\Editor\Fields\Options::yesNo() should return static(Yajra\DataTables\Html\Editor\Fields\Options<TKey of (int|string), TValue>) but returns static(Yajra\DataTables\Html\Editor\Fields\Options<(int|string), mixed>).
|
|
Static Analysis with PHPStan (8.3, prefer-stable):
src/Html/Editor/Fields/Options.php#L79
Method Yajra\DataTables\Html\Editor\Fields\Options::trueFalse() should return static(Yajra\DataTables\Html\Editor\Fields\Options<TKey of (int|string), TValue>) but returns static(Yajra\DataTables\Html\Editor\Fields\Options<(int|string), mixed>).
|
|
Static Analysis with PHPStan (8.2, prefer-stable):
src/Html/Editor/Fields/Options.php#L79
Method Yajra\DataTables\Html\Editor\Fields\Options::trueFalse() should return static(Yajra\DataTables\Html\Editor\Fields\Options<TKey of (int|string), TValue>) but returns static(Yajra\DataTables\Html\Editor\Fields\Options<(int|string), mixed>).
|
|
Static Analysis with PHPStan (8.3, prefer-stable)
Process completed with exit code 1.
|
|
Static Analysis with PHPStan (8.2, prefer-stable)
Process completed with exit code 1.
|