Completed
Branch master (d87ed9)
by Tomáš
07:16
created
CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
                 16 => 1,
71 71
                 18 => 1,
72 72
                 21 => 1,
73
-               );
73
+                );
74 74
 
75 75
     }//end getWarningList()
76 76
 
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      *
43 43
      * @return array<int, int>
44 44
      */
45
-    public function getErrorList($testFile='TodoUnitTest.inc')
45
+    public function getErrorList($testFile = 'TodoUnitTest.inc')
46 46
     {
47 47
         return array();
48 48
 
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      *
60 60
      * @return array<int, int>
61 61
      */
62
-    public function getWarningList($testFile='TodoUnitTest.inc')
62
+    public function getWarningList($testFile = 'TodoUnitTest.inc')
63 63
     {
64 64
         return array(
65 65
                 3  => 1,
Please login to merge, or discard this patch.
CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
                 16 => 1,
56 56
                 18 => 1,
57 57
                 21 => 1,
58
-               );
58
+                );
59 59
 
60 60
     }//end getErrorList()
61 61
 
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
      *
45 45
      * @return array<int, int>
46 46
      */
47
-    public function getErrorList($testFile='FixmeUnitTest.inc')
47
+    public function getErrorList($testFile = 'FixmeUnitTest.inc')
48 48
     {
49 49
         return array(
50 50
                 3  => 1,
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      *
71 71
      * @return array<int, int>
72 72
      */
73
-    public function getWarningList($testFile='FixmeUnitTest.inc')
73
+    public function getWarningList($testFile = 'FixmeUnitTest.inc')
74 74
     {
75 75
         return array();
76 76
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Generic/Tests/Commenting/DocCommentUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
                 186 => 1,
71 71
                 187 => 2,
72 72
                 191 => 1,
73
-               );
73
+                );
74 74
 
75 75
     }//end getErrorList()
76 76
 
Please login to merge, or discard this patch.
Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
                 3 => 1,
61 61
                 5 => 1,
62 62
                 7 => 1,
63
-               );
63
+                );
64 64
 
65 65
     }//end getWarningList()
66 66
 
Please login to merge, or discard this patch.
Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
                 11 => 1,
61 61
                 14 => 1,
62 62
                 17 => 1,
63
-               );
63
+                );
64 64
 
65 65
     }//end getWarningList()
66 66
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
                 64 => 1,
56 56
                 68 => 1,
57 57
                 72 => 2,
58
-               );
58
+                );
59 59
 
60 60
     }//end getErrorList()
61 61
 
Please login to merge, or discard this patch.
Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
                 3  => 2,
61 61
                 4  => 1,
62 62
                 20 => 1,
63
-               );
63
+                );
64 64
 
65 65
     }//end getWarningList()
66 66
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.inc 1 patch
Switch Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -5,10 +5,10 @@
 block discarded – undo
5 5
 }
6 6
 
7 7
 switch ($foo) {
8
-    case 'bar':
9
-        break;
10
-    default:
11
-        break;
8
+        case 'bar':
9
+            break;
10
+        default:
11
+            break;
12 12
 }
13 13
 
14 14
 
Please login to merge, or discard this patch.
Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.inc 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
     $it->next();
8 8
 }
9 9
 
10
-for (;(($it1->valid() && $foo) || (!$it2->value && ($bar || false)));/*Could be ingored*/) {
10
+for (;(($it1->valid() && $foo) || (!$it2->value && ($bar || false))); /*Could be ingored*/) {
11 11
     $it1->next();
12 12
     $it2->next();
13 13
 }
14 14
\ No newline at end of file
Please login to merge, or discard this patch.