@@ -57,7 +57,7 @@ |
||
57 | 57 | 48 => 1, |
58 | 58 | 70 => 1, |
59 | 59 | 71 => 1, |
60 | - ); |
|
60 | + ); |
|
61 | 61 | |
62 | 62 | }//end getErrorList() |
63 | 63 |
@@ -57,7 +57,7 @@ |
||
57 | 57 | 48 => 1, |
58 | 58 | 70 => 1, |
59 | 59 | 71 => 1, |
60 | - ); |
|
60 | + ); |
|
61 | 61 | |
62 | 62 | }//end getErrorList() |
63 | 63 |
@@ -57,7 +57,7 @@ |
||
57 | 57 | 48 => 1, |
58 | 58 | 70 => 1, |
59 | 59 | 71 => 1, |
60 | - ); |
|
60 | + ); |
|
61 | 61 | |
62 | 62 | }//end getErrorList() |
63 | 63 |
@@ -57,7 +57,7 @@ |
||
57 | 57 | 48 => 1, |
58 | 58 | 70 => 1, |
59 | 59 | 71 => 1, |
60 | - ); |
|
60 | + ); |
|
61 | 61 | |
62 | 62 | }//end getErrorList() |
63 | 63 |
@@ -44,7 +44,7 @@ discard block |
||
44 | 44 | { |
45 | 45 | return array( |
46 | 46 | 73 => 1, |
47 | - ); |
|
47 | + ); |
|
48 | 48 | |
49 | 49 | }//end getErrorList() |
50 | 50 | |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | return array( |
63 | 63 | 27 => 1, |
64 | 64 | 46 => 1, |
65 | - ); |
|
65 | + ); |
|
66 | 66 | |
67 | 67 | }//end getWarningList() |
68 | 68 |
@@ -50,8 +50,8 @@ discard block |
||
50 | 50 | public function generateFileReport( |
51 | 51 | $report, |
52 | 52 | PHP_CodeSniffer_File $phpcsFile, |
53 | - $showSources=false, |
|
54 | - $width=80 |
|
53 | + $showSources = false, |
|
54 | + $width = 80 |
|
55 | 55 | ) { |
56 | 56 | if ($report['errors'] === 0 && $report['warnings'] === 0) { |
57 | 57 | // Nothing to print. |
@@ -98,9 +98,9 @@ discard block |
||
98 | 98 | $totalErrors, |
99 | 99 | $totalWarnings, |
100 | 100 | $totalFixable, |
101 | - $showSources=false, |
|
102 | - $width=80, |
|
103 | - $toScreen=true |
|
101 | + $showSources = false, |
|
102 | + $width = 80, |
|
103 | + $toScreen = true |
|
104 | 104 | ) { |
105 | 105 | echo 'File,Line,Column,Type,Message,Source,Severity,Fixable'.PHP_EOL; |
106 | 106 | echo $cachedData; |
@@ -50,8 +50,8 @@ discard block |
||
50 | 50 | public function generateFileReport( |
51 | 51 | $report, |
52 | 52 | PHP_CodeSniffer_File $phpcsFile, |
53 | - $showSources=false, |
|
54 | - $width=80 |
|
53 | + $showSources = false, |
|
54 | + $width = 80 |
|
55 | 55 | ) { |
56 | 56 | if ($report['errors'] === 0 && $report['warnings'] === 0) { |
57 | 57 | // Nothing to print. |
@@ -98,9 +98,9 @@ discard block |
||
98 | 98 | $totalErrors, |
99 | 99 | $totalWarnings, |
100 | 100 | $totalFixable, |
101 | - $showSources=false, |
|
102 | - $width=80, |
|
103 | - $toScreen=true |
|
101 | + $showSources = false, |
|
102 | + $width = 80, |
|
103 | + $toScreen = true |
|
104 | 104 | ) { |
105 | 105 | echo 'File,Line,Column,Type,Message,Source,Severity,Fixable'.PHP_EOL; |
106 | 106 | echo $cachedData; |
@@ -50,8 +50,8 @@ discard block |
||
50 | 50 | public function generateFileReport( |
51 | 51 | $report, |
52 | 52 | PHP_CodeSniffer_File $phpcsFile, |
53 | - $showSources=false, |
|
54 | - $width=80 |
|
53 | + $showSources = false, |
|
54 | + $width = 80 |
|
55 | 55 | ) { |
56 | 56 | if ($report['errors'] === 0 && $report['warnings'] === 0) { |
57 | 57 | // Nothing to print. |
@@ -98,9 +98,9 @@ discard block |
||
98 | 98 | $totalErrors, |
99 | 99 | $totalWarnings, |
100 | 100 | $totalFixable, |
101 | - $showSources=false, |
|
102 | - $width=80, |
|
103 | - $toScreen=true |
|
101 | + $showSources = false, |
|
102 | + $width = 80, |
|
103 | + $toScreen = true |
|
104 | 104 | ) { |
105 | 105 | echo 'File,Line,Column,Type,Message,Source,Severity,Fixable'.PHP_EOL; |
106 | 106 | echo $cachedData; |
@@ -50,8 +50,8 @@ discard block |
||
50 | 50 | public function generateFileReport( |
51 | 51 | $report, |
52 | 52 | PHP_CodeSniffer_File $phpcsFile, |
53 | - $showSources=false, |
|
54 | - $width=80 |
|
53 | + $showSources = false, |
|
54 | + $width = 80 |
|
55 | 55 | ) { |
56 | 56 | if ($report['errors'] === 0 && $report['warnings'] === 0) { |
57 | 57 | // Nothing to print. |
@@ -98,9 +98,9 @@ discard block |
||
98 | 98 | $totalErrors, |
99 | 99 | $totalWarnings, |
100 | 100 | $totalFixable, |
101 | - $showSources=false, |
|
102 | - $width=80, |
|
103 | - $toScreen=true |
|
101 | + $showSources = false, |
|
102 | + $width = 80, |
|
103 | + $toScreen = true |
|
104 | 104 | ) { |
105 | 105 | echo 'File,Line,Column,Type,Message,Source,Severity,Fixable'.PHP_EOL; |
106 | 106 | echo $cachedData; |