Open romaincousseau opened 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
6fd10bf
) 89.28% compared to head (c6b4add
) 89.28%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The propel gen command when a table in schema.xml depends on a baseClass generates code in the "Base" namespace that is not compatible with PHP 8.2.
For example, when saving the object, a deprecation warning is displayed:
Deprecated: Use of "self" in callables is deprecated in ... on line ...
This is a known issue whith PHP8.2 : https://php.watch/versions/8.2/partially-supported-callable-deprecation