Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
28 | 1 | public function getSolution(): ?string |
|
29 | { |
||
30 | 1 | $factoryClass = QueueFactory::class; |
|
31 | |||
32 | 1 | return <<<SOLUTION |
|
33 | 1 | Channel "$this->channel" creation is not configured in the $factoryClass. |
|
34 | 1 | Please take a look to the documentation for the $factoryClass constructor. |
|
35 | The most important parameters are "\$definitions" and "\$enableRuntimeChannelDefinition". |
||
40 |