Completed
Pull Request — master (#86)
by Michal
05:52
created
src/Authorization/BasicAuthentication.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.