Passed
Branch master (3a2b95)
by Thalles
04:17
created
Category
src/GateKeeper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      */
53 53
     public function __construct(?string $userRole)
54 54
     {
55
-        $this->_roles = new Roles();// Should always be on top
55
+        $this->_roles = new Roles(); // Should always be on top
56 56
         
57 57
         $this->_generateUserInfo($userRole);
58 58
         
Please login to merge, or discard this patch.