update PHPversion #28
Annotations
7 errors and 2 warnings
PHP 8.1 with:
src/Model/Model.php#L19
Method Fykosak\NetteORM\Model\Model::__construct() has parameter $table with generic class Fykosak\NetteORM\Selection\TypedGroupedSelection but does not specify its types: TModel
|
PHP 8.1 with:
src/Model/Model.php#L19
Method Fykosak\NetteORM\Model\Model::__construct() has parameter $table with generic class Fykosak\NetteORM\Selection\TypedSelection but does not specify its types: TModel
|
PHP 8.1 with:
src/Model/Model.php#L106
Parameter #2 $table of class Fykosak\NetteORM\Model\Model constructor expects Fykosak\NetteORM\Selection\TypedGroupedSelection|Fykosak\NetteORM\Selection\TypedSelection, Nette\Database\Table\Selection given.
|
PHP 8.1 with:
src/Selection/TypedGroupedSelection.php#L23
Method Fykosak\NetteORM\Selection\TypedGroupedSelection::__construct() has parameter $refTable with generic class Nette\Database\Table\Selection but does not specify its types: T
|
PHP 8.1 with:
src/Selection/TypedSelection.php#L17
Class Fykosak\NetteORM\Selection\TypedSelection extends generic class Nette\Database\Table\Selection but does not specify its types: T
|
PHP 8.1 with:
src/Service/Service.php#L122
Property Fykosak\NetteORM\Service\Service<TModel of Fykosak\NetteORM\Model\Model>::$columns (array<string, mixed>) does not accept array<int, array<string, mixed>>.
|
PHP 8.1 with
Process completed with exit code 1.
|
PHP 8.1 with
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
PHP 8.1 with
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|