Passed
Push — master ( 2927c7...98f658 )
by Michael
01:46
created
MO4/Tests/Arrays/MultiLineArrayUnitTest.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 'MultiLineArrayUnitTest.pass.inc':
Please login to merge, or discard this patch.
MO4/Tests/Arrays/ArrayDoubleArrowAlignmentUnitTest.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 'ArrayDoubleArrowAlignmentUnitTest.pass.inc':
Please login to merge, or discard this patch.