| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | protected function configure() |
||
| 13 | { |
||
| 14 | $this |
||
| 15 | ->addDefaults() |
||
| 16 | ->setName('share') |
||
| 17 | ->setDescription('Get a full table of all your projects with the xip.io url') |
||
| 18 | ->setHelp(<<<EOT |
||
| 19 | The <info>share</info> command shows a table of all your locally installed projects together with the xip.io url. |
||
| 20 | |||
| 21 | <info>php skylab.phar share</info> # Will show the xip.io table |
||
| 22 | |||
| 23 | EOT |
||
| 24 | ); |
||
| 25 | } |
||
| 26 | |||
| 62 |
Our type inference engine in quite powerful, but sometimes the code does not provide enough clues to go by. In these cases we request you to add a
@returnannotation as described here.