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 Squiz.PHP.DisallowMultipleAssignments #168

Closed mmoll closed 3 years ago

mmoll commented 3 years ago

Forbids i.e. $lala = $lol = 0;

codecov[bot] commented 3 years ago

Codecov Report

Merging #168 (2680521) into master (f71240d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

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

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 f71240d...2680521. Read the comment docs.