Completed
Branch master (d87ed9)
by Tomáš
07:16
created
Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
                 12 => 1,
54 54
                 13 => 1,
55 55
                 14 => 1,
56
-               );
56
+                );
57 57
 
58 58
     }//end getErrorList()
59 59
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
                 2 => 1,
44 44
                 5 => 1,
45 45
                 6 => 1,
46
-               );
46
+                );
47 47
 
48 48
     }//end getErrorList()
49 49
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         return array(
43 43
                 2 => 1,
44 44
                 7 => 1,
45
-               );
45
+                );
46 46
 
47 47
     }//end getErrorList()
48 48
 
Please login to merge, or discard this patch.
Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
                 26 => 1,
48 48
                 33 => 1,
49 49
                 43 => 1,
50
-               );
50
+                );
51 51
 
52 52
     }//end getErrorList()
53 53
 
Please login to merge, or discard this patch.
Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
                 3  => 1,
44 44
                 5  => 2,
45 45
                 10 => 4,
46
-               );
46
+                );
47 47
 
48 48
     }//end getErrorList()
49 49
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         return array(
43 43
                 3 => 1,
44 44
                 4 => 1,
45
-               );
45
+                );
46 46
 
47 47
     }//end getErrorList()
48 48
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
                 7  => 1,
46 46
                 11 => 1,
47 47
                 12 => 1,
48
-               );
48
+                );
49 49
 
50 50
     }//end getErrorList()
51 51
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         return array(
44 44
                 9  => 1,
45 45
                 29 => 1,
46
-               );
46
+                );
47 47
 
48 48
     }//end getErrorList()
49 49
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
                 29 => 1,
51 51
                 30 => 1,
52 52
                 32 => 1,
53
-               );
53
+                );
54 54
 
55 55
     }//end getErrorList()
56 56
 
Please login to merge, or discard this patch.