Skip to content

fixed PHPStan errors WIP #428

fixed PHPStan errors WIP

fixed PHPStan errors WIP #428

Triggered via push March 4, 2026 08:10
Status Failure
Total duration 20s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

7 errors
PHPStan
Process completed with exit code 1.
PHPStan: src/Database/Table/Selection.php#L972
Method Nette\Database\Table\Selection::getReferencingTable() return type with generic class Nette\Database\Table\GroupedSelection does not specify its types: T
PHPStan: src/Database/Table/Selection.php#L656
Method Nette\Database\Table\Selection::getRefTable() has parameter $refPath with no type specified.
PHPStan: src/Database/Table/Selection.php#L592
Method Nette\Database\Table\Selection::createGroupedSelectionInstance() return type with generic class Nette\Database\Table\GroupedSelection does not specify its types: T
PHPStan: src/Database/Table/GroupedSelection.php#L204
Method Nette\Database\Table\GroupedSelection::getRefTable() has parameter $refPath with no type specified.
PHPStan: src/Database/Table/ActiveRow.php#L131
Method Nette\Database\Table\ActiveRow::related() return type with generic class Nette\Database\Table\GroupedSelection does not specify its types: T
PHPStan: src/Database/Explorer.php#L128
Method Nette\Database\Explorer::createGroupedSelection() return type with generic class Nette\Database\Table\GroupedSelection does not specify its types: T