@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | |
| 12 | 12 | public function hasUrlEncodedData(): bool |
| 13 | 13 | { |
| 14 | - return ! empty($this->urlEncodedData); |
|
| 14 | + return !empty($this->urlEncodedData); |
|
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | public function getUrlEncodedData(): array |
@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | |
| 29 | 29 | public function hasServerCookies(): bool |
| 30 | 30 | { |
| 31 | - return ! empty($this->serverCookies); |
|
| 31 | + return !empty($this->serverCookies); |
|
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | public function getServerCookies(): array |