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