mayflower / mo4-coding-standard

MO4 Coding Standard Rules for Codesniffer based on Symfony Coding Standards.
MIT License
17 stars 10 forks source link

fix invalid property case #209

Closed Khartir closed 9 months ago

Khartir commented 9 months ago

Type of PR

Description

Fix type in property. See https://github.com/slevomat/coding-standard/blob/master/doc/control-structures.md#slevomatcodingstandardcontrolstructuresrequireternaryoperator- and https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md#changed

sonarcloud[bot] commented 9 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ba663e8) 100.00% compared to head (92eca1a) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #209 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 150 150 =========================================== Files 8 8 Lines 611 611 =========================================== Hits 611 611 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mmoll commented 9 months ago

Thanks @Khartir 🙇🏿, will put out a new 9.x release after #208 gets in to fix the pipeline.