| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class Guard extends ServerGuard |
||
| 17 | { |
||
| 18 | protected $alwaysValidate = true; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return bool |
||
| 22 | */ |
||
| 23 | public function validate() |
||
| 24 | { |
||
| 25 | return $this; |
||
|
|
|||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return bool |
||
| 30 | */ |
||
| 31 | protected function shouldReturnRawResponse(): bool |
||
| 34 | } |
||
| 35 | |||
| 36 | protected function isSafeMode(): bool |
||
| 41 |