| 1 | <?php |
||
| 13 | final class RequirementsEventSubscriber implements EventSubscriberInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * {@inheritdoc} |
||
| 17 | */ |
||
| 18 | public static function getSubscribedEvents() |
||
| 24 | |||
| 25 | public function onConsoleRun() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Ensure this option is enabled or else line endings will not always |
||
| 33 | * be detected properly for files created on a Mac with the /r line ending. |
||
| 34 | */ |
||
| 35 | private function ensureLineEndingsAreDetected() |
||
| 39 | |||
| 40 | private function setupVerbosityToMakeLegacyCodeRun() |
||
| 44 | } |
||
| 45 |