Specify If the Object Manages Lines for Module Builder #1608
Annotations
6 errors and 1 warning
Run PHPStan:
htdocs/modulebuilder/template/class/myobject.class.php#L215
PHPDoc type array of property MyObject::$childtables is not covariant with PHPDoc type array<array<string>|string> of overridden property CommonObject::$childtables.
|
Run PHPStan:
htdocs/modulebuilder/template/class/myobject.class.php#L215
Property MyObject::$childtables type has no value type specified in iterable type array.
|
Run PHPStan:
htdocs/modulebuilder/template/class/myobject.class.php#L222
PHPDoc type array of property MyObject::$childtablesoncascade is not covariant with PHPDoc type array<string> of overridden property CommonObject::$childtablesoncascade.
|
Run PHPStan:
htdocs/modulebuilder/template/class/myobject.class.php#L222
Property MyObject::$childtablesoncascade type has no value type specified in iterable type array.
|
Run PHPStan:
htdocs/modulebuilder/template/class/myobject.class.php#L1097
Property MyObject::$lines (array<MyObjectLine>) does not accept array<CommonObjectLine>.
|
Run PHPStan
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading