Completed
Branch master (d87ed9)
by Tomáš
07:16
created
CodeSniffer/Standards/MySource/Tests/Debug/DebugCodeUnitTest.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
                 2 => 1,
45 45
                 3 => 1,
46
-               );
46
+                );
47 47
 
48 48
     }//end getErrorList()
49 49
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
                 5 => 1,
54 54
                 6 => 1,
55 55
                 8 => 1,
56
-               );
56
+                );
57 57
 
58 58
     }//end getErrorList()
59 59
 
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.
CodeSniffer/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     {
42 42
         return array(
43 43
                 5  => 1,
44
-               );
44
+                );
45 45
 
46 46
     }//end getErrorList()
47 47
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.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
                 37 => 2,
44 44
                 49 => 1,
45 45
                 58 => 1,
46
-               );
46
+                );
47 47
 
48 48
     }//end getErrorList()
49 49
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.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
                 26 => 1,
49 49
                 27 => 1,
50 50
                 28 => 1,
51
-               );
51
+                );
52 52
 
53 53
     }//end getErrorList()
54 54
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
                 2 => 1,
60 60
                 3 => 1,
61 61
                 4 => 1,
62
-               );
62
+                );
63 63
 
64 64
     }//end getWarningList()
65 65
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
                 4  => 1,
60 60
                 12 => 1,
61 61
                 21 => 1,
62
-               );
62
+                );
63 63
 
64 64
     }//end getWarningList()
65 65
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.inc 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -25,13 +25,13 @@  discard block
 block discarded – undo
25 25
 public static function addIssue(
26 26
     $title,
27 27
     $description,
28
-    $reporter=NULL,
29
-    $projectid=NULL,
30
-    array $tags=array(),
31
-    $status=NULL,
32
-    $assignedTo=NULL,
33
-    $reportedDate=NULL,
34
-    $reportedMilestone=NULL
28
+    $reporter = NULL,
29
+    $projectid = NULL,
30
+    array $tags = array(),
31
+    $status = NULL,
32
+    $assignedTo = NULL,
33
+    $reportedDate = NULL,
34
+    $reportedMilestone = NULL
35 35
 ) {
36 36
     // Get current projectid if not specified.
37 37
     if ($projectid === NULL) {
@@ -160,13 +160,13 @@  discard block
 block discarded – undo
160 160
 public static function addIssue(
161 161
     $title,
162 162
     $description,
163
-    $reporter=NULL,
164
-    $projectid=NULL,
165
-    array $tags=array(),
166
-    $status=NULL,
167
-    $assignedTo=NULL,
168
-    $reportedDate=NULL,
169
-    $reportedMilestone=NULL
163
+    $reporter = NULL,
164
+    $projectid = NULL,
165
+    array $tags = array(),
166
+    $status = NULL,
167
+    $assignedTo = NULL,
168
+    $reportedDate = NULL,
169
+    $reportedMilestone = NULL
170 170
 ) {
171 171
     // Get current projectid if not specified.
172 172
     if ($projectid === NULL) {
Please login to merge, or discard this patch.
CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
                 73  => 1,
63 63
                 88  => 1,
64 64
                 118 => 1,
65
-               );
65
+                );
66 66
 
67 67
     }//end getWarningList()
68 68
 
Please login to merge, or discard this patch.