@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | * Return the values of the cookie |
60 | 60 | * @return string|null the value of the cookie that will be stored on the client's machine |
61 | 61 | */ |
62 | - public function getValue(): null|string |
|
62 | + public function getValue(): null | string |
|
63 | 63 | { |
64 | 64 | return $this->value; |
65 | 65 | } |
@@ -239,7 +239,7 @@ discard block |
||
239 | 239 | */ |
240 | 240 | public function hasCookie(): bool |
241 | 241 | { |
242 | - if(StaticCookie::has($this->name, $this->value)){ |
|
242 | + if (StaticCookie::has($this->name, $this->value)) { |
|
243 | 243 | return true; |
244 | 244 | } |
245 | 245 | return false; |