mayflower / mo4-coding-standard

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

Pull in PSR12 #162

Closed mmoll closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #162 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##              master      #162   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       133       133           
===========================================
  Files              6         6           
  Lines            553       553           
===========================================
  Hits             553       553           

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 5801f54...ff6a47d. Read the comment docs.

mmoll commented 3 years ago

I tried to pull in as much as possible from PSR12 while minimizing conflicts. In projects that extend MO4 and have own rules, there might be some new conflicts that need to get resolved by adjusting the other rules or excluding PSR12 stuff, but that's expected.

xalopp commented 3 years ago

Merci @mmoll