We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb9cf3 commit b35b992Copy full SHA for b35b992
src/Files/File.php
@@ -276,6 +276,7 @@ public function setContent($content)
276
try {
277
$this->eolChar = Util\Common::detectLineEndings($content);
278
} catch (RuntimeException $e) {
279
+var_dump($e->getMessage());
280
$this->addWarningOnLine($e->getMessage(), 1, 'Internal.DetectLineEndings');
281
return;
282
}
0 commit comments