Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
23 | 20 | public function provide(): array |
|
24 | { |
||
25 | return [ |
||
26 | 20 | 'entityName' => $this->entityClassName, |
|
27 | 20 | 'refName' => Lexer::getRefName($this->entityClassName), |
|
28 | 20 | 'entityClassName' => Lexer::getBaseName($this->entityClassName), |
|
29 | 20 | 'moduleName' => $this->getModuleName($this->entityClassName), |
|
30 | ]; |
||
42 |