| 1 | <?php  | 
            ||
| 10 | final class LegacyConfiguration  | 
            ||
| 11 | { | 
            ||
| 12 | 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 | private static function ensureLineEndingsAreDetected()  | 
            ||
| 26 | |||
| 27 | private static function setupVerbosityToMakeLegacyCodeRun()  | 
            ||
| 33 | }  | 
            ||
| 34 |