@@ -592,7 +592,7 @@ |
||
| 592 | 592 | { |
| 593 | 593 | $cookie = &self::$globalStateProvider->getCookieSuperGlobal(); |
| 594 | 594 | |
| 595 | - if(isset($cookie['sitenotice'])) { |
|
| 595 | + if (isset($cookie['sitenotice'])) { |
|
| 596 | 596 | return $cookie['sitenotice'] === $expectedHash; |
| 597 | 597 | } |
| 598 | 598 | |