Skip to content

Commit

Permalink
Update expected report
Browse files Browse the repository at this point in the history
  • Loading branch information
geerteltink committed Jan 12, 2020
1 parent 51a7b95 commit 8eefc9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/expected-report.txt
Expand Up @@ -3,16 +3,16 @@ PHP CODE SNIFFER REPORT SUMMARY
----------------------------------------------------------------------
FILE ERRORS WARNINGS
----------------------------------------------------------------------
test/fixable/2.1.BasicCodingStandard.php 59 1
test/fixable/2.2.Files.php 4 0
test/fixable/2.1.BasicCodingStandard.php 48 1
test/fixable/2.2.Files.php 6 0
test/fixable/2.3.Lines.php 35 0
test/fixable/2.4.IndentingAndSpacing.php 46 0
test/fixable/2.5.KeywordsAndTypes.php 13 0
test/fixable/2.6.Variables.php 3 0
test/fixable/2.7.Arrays.php 9 0
test/fixable/3.DeclareNamespaceAndImport.php 15 0
test/fixable/3.DeclareNamespaceAndImport.php 11 0
test/fixable/4.1.ExtendsAndImplements.php 5 0
test/fixable/4.2.UsingTraits.php 5 0
test/fixable/4.2.UsingTraits.php 4 0
test/fixable/4.3.PropertiesAndConstants.php 5 0
test/fixable/4.4.MethodsAndFunctions.php 26 0
test/fixable/4.5.MethodAndFunctionArguments.php 66 0
Expand All @@ -23,7 +23,7 @@ test/fixable/5.1.IfElseifElse.php 15 1
test/fixable/5.2.SwitchCase.php 11 0
test/fixable/5.3.WhileAndDoWhile.php 12 0
test/fixable/5.4.ForStructure.php 7 0
test/fixable/5.5.ForEachStructure.php 12 0
test/fixable/5.5.ForEachStructure.php 10 0
test/fixable/5.6.TryCatchFinally.php 9 0
test/fixable/5.ControlStructures.php 4 0
test/fixable/6.1.UnaryOperators.php 6 0
Expand All @@ -32,11 +32,11 @@ test/fixable/6.3.TernaryOperators.php 13 0
test/fixable/6.Operators.php 97 0
test/fixable/7.Closures.php 2 0
test/fixable/8.AnonymousClasses.php 1 0
test/fixable/9.CommentingAndDocBlocks.php 22 0
test/fixable/9.CommentingAndDocBlocks.php 21 0
----------------------------------------------------------------------
A TOTAL OF 584 ERRORS AND 2 WARNINGS WERE FOUND IN 30 FILES
A TOTAL OF 567 ERRORS AND 2 WARNINGS WERE FOUND IN 30 FILES
----------------------------------------------------------------------
PHPCBF CAN FIX 494 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
PHPCBF CAN FIX 487 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


0 comments on commit 8eefc9f

Please sign in to comment.