Total Complexity | 1 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class Application extends BaseApplication |
||
17 | { |
||
18 | const VERSION = '0.4.0'; |
||
19 | |||
20 | /** |
||
21 | * Initializes the application instance. |
||
22 | * |
||
23 | * @param \Rougin\Refinery\Builder $builder |
||
24 | * @param \Rougin\Describe\Describe $describe |
||
25 | * @param \Rougin\Refinery\Manager $manager |
||
26 | */ |
||
27 | 24 | public function __construct(Builder $builder, Describe $describe, Manager $manager) |
|
40 |