mayflower / mo4-coding-standard

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

enforce strict typing #127

Closed mmoll closed 5 years ago

mmoll commented 5 years ago

Type of PR

Breaking changes

Description

As we have 100% test coverage, this should be safe.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #127   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity      133    133           
=======================================
  Files             6      6           
  Lines           556    556           
=======================================
  Hits            556    556
Impacted Files Coverage Δ Complexity Δ
...iffs/Formatting/AlphabeticalUseStatementsSniff.php 100% <ø> (ø) 35 <0> (ø) :arrow_down:
...iffs/Strings/VariableInDoubleQuotedStringSniff.php 100% <ø> (ø) 15 <0> (ø) :arrow_down:
...4/Sniffs/Arrays/ArrayDoubleArrowAlignmentSniff.php 100% <ø> (ø) 26 <0> (ø) :arrow_down:
MO4/Sniffs/Commenting/PropertyCommentSniff.php 100% <ø> (ø) 22 <0> (ø) :arrow_down:
MO4/Sniffs/Arrays/MultiLineArraySniff.php 100% <ø> (ø) 8 <0> (ø) :arrow_down:
...iffs/Formatting/UnnecessaryNamespaceUsageSniff.php 100% <ø> (ø) 27 <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 a688a94...91de513. Read the comment docs.