|
@@ -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.