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.
2 parents 1870844 + 4cd9f31 commit 1599541Copy full SHA for 1599541
src/Runner.php
@@ -255,10 +255,6 @@ public function init()
255
define('PHP_CODESNIFFER_CBF', false);
256
}
257
258
- // Ensure this option is enabled or else line endings will not always
259
- // be detected properly for files created on a Mac with the /r line ending.
260
- @ini_set('auto_detect_line_endings', true);
261
-
262
// Disable the PCRE JIT as this caused issues with parallel running.
263
ini_set('pcre.jit', false);
264
0 commit comments