Explorer::table(): optional second argument overrides the ActiveRow s… #468
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.
|