@@ -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; |
@@ -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; |