Skip to content

Explorer::table(): optional second argument overrides the ActiveRow s… #468

Explorer::table(): optional second argument overrides the ActiveRow s…

Explorer::table(): optional second argument overrides the ActiveRow s… #468

Triggered via push June 7, 2026 14:28
Status Failure
Total duration 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors
PHPStan
Process completed with exit code 1.
PHPStan: src/Database/Table/ActiveRow.php#L208
Parameter #1 $key of method Nette\Database\Table\ActiveRow::__get() expects string, array<string>|string given.
PHPStan: src/Database/Table/ActiveRow.php#L83
Static property Nette\Database\Table\ActiveRow::$enumProperties (array<class-string, array<string, class-string<BackedEnum>>>) does not accept array<string, array<string, class-string<BackedEnum>>>.
PHPStan: src/Database/Table/ActiveRow.php#L73
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, string given.
PHPStan: src/Database/Table/ActiveRow.php#L59
Static property Nette\Database\Table\ActiveRow::$declaredProperties (array<class-string, list<string>>) does not accept non-empty-array<string, list<string>>.
PHPStan: src/Database/Table/ActiveRow.php#L54
Ignored error pattern argument.type in path /home/runner/work/database/database/src/Database/Table/ActiveRow.php is expected to occur 1 time, but occurred 3 times.