Completed
Branch master (d87ed9)
by Tomáš
07:16
created
CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
                 70 => 1,
59 59
                 71 => 1,
60 60
                 72 => 1,
61
-               );
61
+                );
62 62
 
63 63
     }//end getErrorList()
64 64
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.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
                 4  => 1,
46 46
                 7  => 1,
47 47
                 10 => 1,
48
-               );
48
+                );
49 49
 
50 50
     }//end getErrorList()
51 51
 
Please login to merge, or discard this patch.
Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.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
                 7  => 1,
45 45
                 19 => 1,
46
-               );
46
+                );
47 47
 
48 48
     }//end getErrorList()
49 49
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
                 15 => 1,
50 50
                 16 => 1,
51 51
                 17 => 1,
52
-               );
52
+                );
53 53
 
54 54
     }//end getErrorList()
55 55
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/MissingColonUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
                 4  => 1,
45 45
                 6  => 1,
46 46
                 12 => 1,
47
-               );
47
+                );
48 48
 
49 49
     }//end getErrorList()
50 50
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
                 3  => 1,
45 45
                 5  => 2,
46 46
                 11 => 1,
47
-               );
47
+                );
48 48
 
49 49
     }//end getErrorList()
50 50
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/OpacityUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
                 10 => 1,
49 49
                 11 => 1,
50 50
                 26 => 1,
51
-               );
51
+                );
52 52
 
53 53
     }//end getErrorList()
54 54
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.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
     {
43 43
         return array(
44 44
                 7 => 1,
45
-               );
45
+                );
46 46
 
47 47
     }//end getErrorList()
48 48
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
                 9  => 1,
49 49
                 15 => 1,
50 50
                 16 => 1,
51
-               );
51
+                );
52 52
 
53 53
     }//end getErrorList()
54 54
 
Please login to merge, or discard this patch.