| 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 |
||
| 25 | public function getSolution(): ?string |
||
| 26 | { |
||
| 27 | return "When you add a generator for the Schema Conveyor you should specify a value that can be:\n\n" |
||
| 28 | . "- Name of the class implementing GeneratorInterface.\n" |
||
| 29 | . "- An object implementing GeneratorInterface.\n" |
||
| 30 | . '- A function that returns an object implementing GeneratorInterface.'; |
||
| 31 | } |
||
| 33 |