| 1 | <?php |
||
| 13 | class ScriptHandler |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Run prior to `composer installl` when a composer.lock is present. |
||
| 18 | * @param Event $event |
||
| 19 | */ |
||
| 20 | public static function checkDependencies(Event $event) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Check to see if the dependencies in composer.lock are compatible |
||
| 29 | * with php 5.5. |
||
| 30 | */ |
||
| 31 | protected static function checkDependenciesFor55() |
||
| 43 | |||
| 44 | protected static function fixDependenciesFor55() |
||
| 58 | } |
||
| 59 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.