| Total Complexity | 2 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class HttpRule extends PrefixRule |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * HttpRule constructor. |
||
| 18 | * |
||
| 19 | * @param string $key |
||
| 20 | * @param array $storage |
||
| 21 | * @param null $parent |
||
|
|
|||
| 22 | */ |
||
| 23 | public function __construct(string $key, array $storage, $parent = null) |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @return string |
||
| 35 | */ |
||
| 36 | protected function deprecated(): string |
||
| 48 |