dolibarr/htdocs/modulebuilder/template/class
MDW 26e487d69e
Fix: Repeat fields typing in CommonClass children
# Fix: Repeat fields typing in CommonClass children

phpstan needs typing to be 'co-variant' and therefore typing must be repeated as
the method is not to initialise the property in the constructor, but to override
the proparty by a 'local' definition in the child class
2024-03-11 17:39:52 +01:00
..
actions_mymodule.class.php FIX external module can cumulate return of arrays 2024-02-12 20:08:05 +01:00
api_mymodule.class.php Clean code. Move member type API in good file. 2024-03-08 11:00:19 +01:00
myobject.class.php Fix: Repeat fields typing in CommonClass children 2024-03-11 17:39:52 +01:00