| Total Complexity | 1 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class Application extends ConsoleApplication |
||
| 17 | { |
||
| 18 | protected static $logo = 'art/blend.txt'; |
||
| 19 | |||
| 20 | protected static $name = 'Blend Console'; |
||
| 21 | |||
| 22 | protected static $version = '1.0.0 beta5'; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Gets the default input definition. |
||
| 26 | * |
||
| 27 | * @return InputDefinition An InputDefinition instance |
||
| 28 | */ |
||
| 29 | protected function getDefaultInputDefinition() |
||
| 39 | } |