| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | 1 | public function getSolution(): ?string |
|
| 18 | { |
||
| 19 | 1 | return "Most likely you have specified the wrong URI prefix.\n" |
|
| 20 | 1 | . "Make sure that path from the web address contains the specified prefix (immediately after the domain part).\n" |
|
| 21 | 1 | . "The prefix value usually begins with a slash and must not end with a slash.\n" |
|
| 22 | 1 | . "The prefix should be exact match. We're not trimming it or adding anything to it."; |
|
| 23 | } |
||
| 25 |