Conditions | 4 |
Paths | 6 |
Total Lines | 19 |
Code Lines | 9 |
Lines | 19 |
Ratio | 100 % |
Tests | 9 |
CRAP Score | 4 |
Changes | 0 |
1 | <?php |
||
76 | 5 | public function getName(): string |
|
77 | { |
||
78 | 5 | return $this->name; |
|
79 | } |
||
80 | |||
81 | /** |
||
82 | * @return array |
||
83 | */ |
||
84 | public function getRules(): array |
||
85 | { |
||
86 | return $this->rules; |
||
87 | } |
||
88 | |||
89 | /** |
||
90 | * @return array |
||
91 | */ |
||
92 | 12 | public function getErrors(): array |
|
93 | { |
||
94 | 12 | return $this->errors; |
|
95 | } |
||
105 | } |