| 1 | <?php |
||
| 10 | final class LegacyConfiguration |
||
| 11 | { |
||
| 12 | 1 | public static function setup() |
|
| 17 | |||
| 18 | /** |
||
| 19 | * Ensure this option is enabled or else line endings will not always |
||
| 20 | * be detected properly for files created on a Mac with the /r line ending. |
||
| 21 | */ |
||
| 22 | 1 | private static function ensureLineEndingsAreDetected() |
|
| 26 | |||
| 27 | 1 | private static function setupVerbosityToMakeLegacyCodeRun() |
|
| 33 | } |
||
| 34 |