Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
38 | 1 | public function getSolution(): ?string |
|
39 | { |
||
40 | 1 | $factoryClass = QueueFactory::class; |
|
41 | |||
42 | 1 | return <<<SOLUTION |
|
43 | 1 | You tried to get a Queue object for channel "$this->channel" which is incorrectly configured. |
|
44 | 1 | Please take a look to the documentation for the $factoryClass "\$definitions" constructor parameter. |
|
45 | 1 | SOLUTION; |
|
48 |