Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 7 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
35 | 6 | public function __construct(Container $container) |
|
36 | { |
||
37 | 6 | parent::__construct($container); |
|
38 | |||
39 | 6 | $this->parameters = [ |
|
40 | 6 | 'text' => null, |
|
41 | 'displayRule' => true, |
||
42 | 6 | 'attributes' => $this->app->make(Attributes::class, ['attributes' => []]), |
|
43 | 6 | 'view' => $this->getElementConfig(Text::class)['view'], |
|
44 | ]; |
||
45 | } |
||
46 | } |