| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class Composer |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * composer which script |
||
| 24 | */ |
||
| 25 | 1 | public static function which() |
|
| 26 | { |
||
| 27 | 1 | echo realpath($_SERVER['argv'][0]), "\n"; |
|
| 28 | 1 | } |
|
| 29 | |||
| 30 | /** |
||
| 31 | * @see composer/composer: \Composer\EventDispatcher\EventDispatcher::doDispatch |
||
| 32 | */ |
||
| 33 | 1 | public static function whichPhp() |
|
| 41 | 1 | } |
|
| 42 | } |
||
| 43 |