Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
30 | public function getSolution(): string |
||
31 | { |
||
32 | return <<<MARKDOWN |
||
33 | Probably you forgot to install the package. |
||
34 | |||
35 | Run `composer require {$this->packageName}` and configure the package in your application. |
||
36 | Visit [yiisoft/yii-debug-api](https://github.com/{$this->packageName}) for more details. |
||
37 | MARKDOWN; |
||
40 |