Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Tests | 10 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
38 | 1 | public function reset() |
|
39 | { |
||
40 | 1 | parent::reset(); |
|
41 | 1 | $this->component('Material')->shader('flat'); |
|
42 | 1 | $this->color('#FFF'); |
|
43 | 1 | $this->component('Material')->side('double'); |
|
44 | 1 | $this->component('Material')->transparent(true); |
|
45 | |||
46 | 1 | $this->component('Geometry')->primitive('plane'); |
|
47 | 1 | $this->height(1.75); |
|
48 | 1 | $this->width(3); |
|
49 | 1 | } |
|
50 | |||
74 | } |
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.