@@ -43,7 +43,7 @@ |
||
43 | 43 | return array( |
44 | 44 | 2 => 1, |
45 | 45 | 3 => 1, |
46 | - ); |
|
46 | + ); |
|
47 | 47 | |
48 | 48 | }//end getErrorList() |
49 | 49 |
@@ -53,7 +53,7 @@ |
||
53 | 53 | 5 => 1, |
54 | 54 | 6 => 1, |
55 | 55 | 8 => 1, |
56 | - ); |
|
56 | + ); |
|
57 | 57 | |
58 | 58 | }//end getErrorList() |
59 | 59 |
@@ -40,7 +40,7 @@ |
||
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(); |
@@ -41,7 +41,7 @@ |
||
41 | 41 | { |
42 | 42 | return array( |
43 | 43 | 5 => 1, |
44 | - ); |
|
44 | + ); |
|
45 | 45 | |
46 | 46 | }//end getErrorList() |
47 | 47 |
@@ -43,7 +43,7 @@ |
||
43 | 43 | 37 => 2, |
44 | 44 | 49 => 1, |
45 | 45 | 58 => 1, |
46 | - ); |
|
46 | + ); |
|
47 | 47 | |
48 | 48 | }//end getErrorList() |
49 | 49 |
@@ -48,7 +48,7 @@ |
||
48 | 48 | 26 => 1, |
49 | 49 | 27 => 1, |
50 | 50 | 28 => 1, |
51 | - ); |
|
51 | + ); |
|
52 | 52 | |
53 | 53 | }//end getErrorList() |
54 | 54 |
@@ -59,7 +59,7 @@ |
||
59 | 59 | 2 => 1, |
60 | 60 | 3 => 1, |
61 | 61 | 4 => 1, |
62 | - ); |
|
62 | + ); |
|
63 | 63 | |
64 | 64 | }//end getWarningList() |
65 | 65 |
@@ -59,7 +59,7 @@ |
||
59 | 59 | 4 => 1, |
60 | 60 | 12 => 1, |
61 | 61 | 21 => 1, |
62 | - ); |
|
62 | + ); |
|
63 | 63 | |
64 | 64 | }//end getWarningList() |
65 | 65 |
@@ -25,13 +25,13 @@ discard block |
||
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 |
||
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) { |
@@ -62,7 +62,7 @@ |
||
62 | 62 | 73 => 1, |
63 | 63 | 88 => 1, |
64 | 64 | 118 => 1, |
65 | - ); |
|
65 | + ); |
|
66 | 66 | |
67 | 67 | }//end getWarningList() |
68 | 68 |