mayflower / mo4-coding-standard

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

backports to 2.x and 2.1.3 CHANGELOG #109

Closed mmoll closed 5 years ago

mmoll commented 5 years ago

I think this would be nice to have for people who are still stuck on PHP <7.1.

mmoll commented 5 years ago

:green_heart: - we don't have .appveyor.yml in this branch.

calbrecht commented 5 years ago

:+1:

xalopp commented 5 years ago

How about to add the appveyor file?

codecov[bot] commented 5 years ago

Codecov Report

Merging #109 into 2.x-stable will increase coverage by 1.44%. The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff               @@
##             2.x-stable   #109      +/-   ##
==============================================
+ Coverage         98.55%   100%   +1.44%     
- Complexity          124    133       +9     
==============================================
  Files                 6      6              
  Lines               552    588      +36     
==============================================
+ Hits                544    588      +44     
+ Misses                8      0       -8
Impacted Files Coverage Δ Complexity Δ
...iffs/Formatting/AlphabeticalUseStatementsSniff.php 100% <100%> (ø) 35 <0> (ø) :arrow_down:
...4/Sniffs/Arrays/ArrayDoubleArrowAlignmentSniff.php 100% <100%> (ø) 26 <4> (+9) :arrow_up:
MO4/Sniffs/Commenting/PropertyCommentSniff.php 100% <100%> (+8.08%) 22 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1b3767a...417046e. Read the comment docs.

mmoll commented 5 years ago

@xalopp How about now? :green_heart: