Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | public function getSolution(): ?string |
||
18 | { |
||
19 | return "When you add a generator for the Gii Generator you should specify a value that can be:\n\n" |
||
20 | . "- Name of the class implementing GeneratorInterface.\n" |
||
21 | . "- An object implementing GeneratorInterface.\n" |
||
22 | . '- A function that returns an object implementing GeneratorInterface.'; |
||
23 | } |
||
25 |