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 |
||
16 | public function getSolution(): ?string |
||
17 | { |
||
18 | return "Most likely you have specified the wrong URI prefix.\n" |
||
19 | . "Make sure that path from the web address contains the specified prefix (immediately after the domain part).\n" |
||
20 | . "The prefix value usually begins with a slash and must not end with a slash.\n" |
||
21 | . "The prefix should be exact match. We're not trimming it or adding anything to it."; |
||
22 | } |
||
24 |