Passed
Push — master ( b92dc0...8014e2 )
by Francesc
01:42
created
src/Console/Command/OrderXmlTables.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
             if (isset($row[$item]) && !isset($row[$item]['name'], $row[$item]['type'])) {
254 254
                 throw new \RuntimeException(
255 255
                     'File is incorrect ' . $this->folderSrcPath . $fileName . \PHP_EOL
256
-                    . \ucfirst($item) . ' ' . print_r($row[$item], true) .  ' does not contain name or type.'
256
+                    . \ucfirst($item) . ' ' . print_r($row[$item], true) . ' does not contain name or type.'
257 257
                     . 'Execution stopped'
258 258
                 );
259 259
             }
Please login to merge, or discard this patch.