Passed
Push — master ( f17ae0...2927c7 )
by Michael
02:02
created
MO4/Tests/Strings/VariableInDoubleQuotedStringUnitTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * @return array<int, int>
47 47
      * @throws RuntimeException
48 48
      */
49
-    protected function getErrorList($testFile='')
49
+    protected function getErrorList($testFile = '')
50 50
     {
51 51
         switch ($testFile) {
52 52
         case 'VariableInDoubleQuotedStringUnitTest.pass.inc':
Please login to merge, or discard this patch.
MO4/Tests/Commenting/PropertyCommentUnitTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * @return array<int, int>
47 47
      * @throws RuntimeException
48 48
      */
49
-    protected function getErrorList($testFile='')
49
+    protected function getErrorList($testFile = '')
50 50
     {
51 51
         switch ($testFile) {
52 52
         case 'PropertyCommentUnitTest.pass.inc':
Please login to merge, or discard this patch.
MO4/Tests/Formatting/AlphabeticalUseStatementsUnitTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      * @return array<int, int>
48 48
      * @throws RuntimeException
49 49
      */
50
-    protected function getErrorList($testFile='')
50
+    protected function getErrorList($testFile = '')
51 51
     {
52 52
         switch ($testFile) {
53 53
         case 'AlphabeticalUseStatementsUnitTest.pass.inc':
Please login to merge, or discard this patch.
MO4/Tests/Formatting/UseArrayShortTagUnitTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      * @return array<int, int>
48 48
      * @throws RuntimeException
49 49
      */
50
-    protected function getErrorList($testFile='')
50
+    protected function getErrorList($testFile = '')
51 51
     {
52 52
         switch ($testFile) {
53 53
         case 'UseArrayShortTagUnitTest.pass.inc':
Please login to merge, or discard this patch.
MO4/Tests/Formatting/ArrayAlignmentUnitTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * @return array<int, int>
47 47
      * @throws RuntimeException
48 48
      */
49
-    protected function getErrorList($testFile='')
49
+    protected function getErrorList($testFile = '')
50 50
     {
51 51
         switch ($testFile) {
52 52
         case 'ArrayAlignmentUnitTest.pass.inc':
Please login to merge, or discard this patch.
MO4/Tests/Formatting/UnnecessaryNamespaceUsageUnitTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      *
48 48
      * @return array<int, int>
49 49
      */
50
-    protected function getErrorList($testFile='')
50
+    protected function getErrorList($testFile = '')
51 51
     {
52 52
         return array();
53 53
 
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      * @return array<int, int>
66 66
      * @throws RuntimeException
67 67
      */
68
-    protected function getWarningList($testFile='')
68
+    protected function getWarningList($testFile = '')
69 69
     {
70 70
         switch ($testFile) {
71 71
         case 'UnnecessaryNamespaceUsageUnitTest.pass.1.inc':
Please login to merge, or discard this patch.