@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | $errors['Ignored Files:'] = $this->ignoredFiles; |
| 41 | 41 | } |
| 42 | 42 | echo "\nErrors found:\n" |
| 43 | - .\var_export($errors, true); |
|
| 43 | + .\var_export($errors, true); |
|
| 44 | 44 | throw new \RuntimeException( |
| 45 | 45 | 'Errors validating PSR4' |
| 46 | 46 | ); |
@@ -159,11 +159,11 @@ discard block |
||
| 159 | 159 | $realAbsPathRoot = \realpath($absPathRoot); |
| 160 | 160 | if (false === $realAbsPathRoot) { |
| 161 | 161 | $invalidPathMessage = "Namespace root '$namespaceRoot'". |
| 162 | - "\ncontains a path '$path''". |
|
| 163 | - "\nwhich doesn't exist\n"; |
|
| 162 | + "\ncontains a path '$path''". |
|
| 163 | + "\nwhich doesn't exist\n"; |
|
| 164 | 164 | if (strpos($absPathRoot, "Magento") !== false) { |
| 165 | 165 | $invalidPathMessage .= 'Magento\'s composer includes this by default, ' |
| 166 | - .'it should be removed from the psr-4 section'; |
|
| 166 | + .'it should be removed from the psr-4 section'; |
|
| 167 | 167 | } |
| 168 | 168 | throw new \RuntimeException($invalidPathMessage); |
| 169 | 169 | } |