Completed
Push — develop ( 027f5e...8e896a )
by Neomerx
02:11
created
src/Commands/BaseImpersonationMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
              */
100 100
             public function __construct($userIdentity, Closure $readUserScopes, array $properties)
101 101
             {
102
-                assert (is_int($userIdentity) === true || is_string($userIdentity) === true);
102
+                assert(is_int($userIdentity) === true || is_string($userIdentity) === true);
103 103
 
104 104
                 $this->userIdentity   = $userIdentity;
105 105
                 $this->properties     = $properties;
Please login to merge, or discard this patch.