Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typing on $fields for 2nd class in file #28882

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

mdeweerd
Copy link
Contributor

Fix Typing on $fields for 2nd class in file

This fixes the PHPstan notification for the $fields property of the second CommonObject subclass in the files.

Example: 'PHPDoc type array of property BOMLine::$fields is not covariant with PHPDoc type array of overridden property CommonObject::$fields.'

# Fix Typing on $fields for 2nd class in file

This fixes the PHPstan notification for the $fields property of the
second CommonObject subclass in the files.

Example: 'PHPDoc type array of property BOMLine::$fields is not covariant with PHPDoc type array of overridden property CommonObject::$fields.'
@mdeweerd mdeweerd marked this pull request as ready for review March 15, 2024 16:25
@eldy eldy merged commit dab45ad into Dolibarr:develop Mar 15, 2024
6 checks passed
@mdeweerd mdeweerd deleted the typing/commonobject/fields branch March 15, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants