@@ -29,7 +29,7 @@ |
||
29 | 29 | { |
30 | 30 | $urlScript = $this->httpRequest->getUrl(); |
31 | 31 | $authentication = $this->authentications[$urlScript->getUser()] ?? null; |
32 | - if (!$authentication) { |
|
32 | + if ( ! $authentication) { |
|
33 | 33 | return false; |
34 | 34 | } |
35 | 35 | return $authentication === $urlScript->getPassword(); |