Completed
Pull Request — master (#1)
by Tomáš
10:05 queued 03:46
created
CodeSniffer/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 48 => 1,
58 58
                 70 => 1,
59 59
                 71 => 1,
60
-               );
60
+                );
61 61
 
62 62
     }//end getErrorList()
63 63
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 48 => 1,
58 58
                 70 => 1,
59 59
                 71 => 1,
60
-               );
60
+                );
61 61
 
62 62
     }//end getErrorList()
63 63
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 48 => 1,
58 58
                 70 => 1,
59 59
                 71 => 1,
60
-               );
60
+                );
61 61
 
62 62
     }//end getErrorList()
63 63
 
Please login to merge, or discard this patch.
CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 48 => 1,
58 58
                 70 => 1,
59 59
                 71 => 1,
60
-               );
60
+                );
61 61
 
62 62
     }//end getErrorList()
63 63
 
Please login to merge, or discard this patch.
Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
62 62
         return array(
63 63
                 27 => 1,
64 64
                 46 => 1,
65
-               );
65
+                );
66 66
 
67 67
     }//end getWarningList()
68 68
 
Please login to merge, or discard this patch.
CodeSniffer/Report.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/Notifysend.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/Diff.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/Emacs.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.