@@ -70,7 +70,7 @@ |
||
70 | 70 | 16 => 1, |
71 | 71 | 18 => 1, |
72 | 72 | 21 => 1, |
73 | - ); |
|
73 | + ); |
|
74 | 74 | |
75 | 75 | }//end getWarningList() |
76 | 76 |
@@ -42,7 +42,7 @@ discard block |
||
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 |
||
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, |
@@ -55,7 +55,7 @@ |
||
55 | 55 | 16 => 1, |
56 | 56 | 18 => 1, |
57 | 57 | 21 => 1, |
58 | - ); |
|
58 | + ); |
|
59 | 59 | |
60 | 60 | }//end getErrorList() |
61 | 61 |
@@ -44,7 +44,7 @@ discard block |
||
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 |
||
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 |
@@ -70,7 +70,7 @@ |
||
70 | 70 | 186 => 1, |
71 | 71 | 187 => 2, |
72 | 72 | 191 => 1, |
73 | - ); |
|
73 | + ); |
|
74 | 74 | |
75 | 75 | }//end getErrorList() |
76 | 76 |
@@ -60,7 +60,7 @@ |
||
60 | 60 | 3 => 1, |
61 | 61 | 5 => 1, |
62 | 62 | 7 => 1, |
63 | - ); |
|
63 | + ); |
|
64 | 64 | |
65 | 65 | }//end getWarningList() |
66 | 66 |
@@ -60,7 +60,7 @@ |
||
60 | 60 | 11 => 1, |
61 | 61 | 14 => 1, |
62 | 62 | 17 => 1, |
63 | - ); |
|
63 | + ); |
|
64 | 64 | |
65 | 65 | }//end getWarningList() |
66 | 66 |
@@ -55,7 +55,7 @@ |
||
55 | 55 | 64 => 1, |
56 | 56 | 68 => 1, |
57 | 57 | 72 => 2, |
58 | - ); |
|
58 | + ); |
|
59 | 59 | |
60 | 60 | }//end getErrorList() |
61 | 61 |
@@ -60,7 +60,7 @@ |
||
60 | 60 | 3 => 2, |
61 | 61 | 4 => 1, |
62 | 62 | 20 => 1, |
63 | - ); |
|
63 | + ); |
|
64 | 64 | |
65 | 65 | }//end getWarningList() |
66 | 66 |
@@ -5,10 +5,10 @@ |
||
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 |
@@ -7,7 +7,7 @@ |
||
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 |