Completed
Push — master ( 8cd077 )
by Tomáš
09:25
created
src/Standards/MySource/Tests/Debug/DebugCodeUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 48 => 1,
58 58
                 70 => 1,
59 59
                 71 => 1,
60
-               );
60
+                );
61 61
 
62 62
     }//end getErrorList()
63 63
 
Please login to merge, or discard this patch.
src/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 48 => 1,
58 58
                 70 => 1,
59 59
                 71 => 1,
60
-               );
60
+                );
61 61
 
62 62
     }//end getErrorList()
63 63
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      *
41 41
      * @return array<int, int>
42 42
      */
43
-    public function getErrorList($testFile='FirebugConsoleUnitTest.js')
43
+    public function getErrorList($testFile = 'FirebugConsoleUnitTest.js')
44 44
     {
45 45
         if ($testFile !== 'FirebugConsoleUnitTest.js') {
46 46
             return array();
Please login to merge, or discard this patch.
src/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 48 => 1,
58 58
                 70 => 1,
59 59
                 71 => 1,
60
-               );
60
+                );
61 61
 
62 62
     }//end getErrorList()
63 63
 
Please login to merge, or discard this patch.
src/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.inc 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,9 +57,9 @@
 block discarded – undo
57 57
 function myFunction()
58 58
 {
59 59
     if (Channels::systemExists('Log5') === TRUE) {
60
-       Channels::includeSystem('Log5');
60
+        Channels::includeSystem('Log5');
61 61
     } else {
62
-       return;
62
+        return;
63 63
     }
64 64
 
65 65
     Log5::addProjectLog('metadata.field.update', $msg);
Please login to merge, or discard this patch.
src/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.inc 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,9 +92,9 @@
 block discarded – undo
92 92
 }
93 93
 
94 94
 if (Channels::systemExists('Log') === TRUE) {
95
-   Channels::includeSystem('Log');
95
+    Channels::includeSystem('Log');
96 96
 } else {
97
-   return;
97
+    return;
98 98
 }
99 99
 
100 100
 Log::addProjectLog('metadata.field.update', $msg);
Please login to merge, or discard this patch.
src/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 48 => 1,
58 58
                 70 => 1,
59 59
                 71 => 1,
60
-               );
60
+                );
61 61
 
62 62
     }//end getErrorList()
63 63
 
Please login to merge, or discard this patch.
src/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 48 => 1,
58 58
                 70 => 1,
59 59
                 71 => 1,
60
-               );
60
+                );
61 61
 
62 62
     }//end getErrorList()
63 63
 
Please login to merge, or discard this patch.
src/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 48 => 1,
58 58
                 70 => 1,
59 59
                 71 => 1,
60
-               );
60
+                );
61 61
 
62 62
     }//end getErrorList()
63 63
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      *
41 41
      * @return array<int, int>
42 42
      */
43
-    public function getErrorList($testFile='CreateWidgetTypeCallbackUnitTest.js')
43
+    public function getErrorList($testFile = 'CreateWidgetTypeCallbackUnitTest.js')
44 44
     {
45 45
         return array(
46 46
                 18  => 1,
Please login to merge, or discard this patch.
src/Standards/MySource/Tests/Objects/AssignThisUnitTest.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 48 => 1,
58 58
                 70 => 1,
59 59
                 71 => 1,
60
-               );
60
+                );
61 61
 
62 62
     }//end getErrorList()
63 63
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      *
41 41
      * @return array<int, int>
42 42
      */
43
-    public function getErrorList($testFile='AssignThisUnitTest.js')
43
+    public function getErrorList($testFile = 'AssignThisUnitTest.js')
44 44
     {
45 45
         if ($testFile !== 'AssignThisUnitTest.js') {
46 46
             return array();
Please login to merge, or discard this patch.