Completed
Pull Request — master (#1)
by Tomáš
10:05 queued 03:46
created
CodeSniffer/Reports/Full.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -50,8 +50,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.
CodeSniffer/Reports/Json.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -50,8 +50,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.
CodeSniffer/Reports/Info.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -50,8 +50,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.
CodeSniffer/Reports/Xml.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -50,8 +50,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.
CodeSniffer/Reports/Junit.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -50,8 +50,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.