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 |
||
14 | public function getSolution(): ?string |
||
15 | { |
||
16 | return "When you add a generator for the Schema Conveyor you should specify a value that can be:\n\n" |
||
17 | . "- Name of the class implementing GeneratorInterface\n" |
||
18 | . "- An object implementing GeneratorInterface\n" |
||
19 | . "- A function that returns an object implementing GeneratorInterface"; |
||
20 | } |
||
22 |