Completed
Push — develop ( 027f5e...8e896a )
by Neomerx
02:11
created
src/Commands/BaseImpersonationMiddleware.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
      * @param Closure    $readUserScopes
69 69
      * @param array      $properties
70 70
      *
71
-     * @return PassportAccountInterface
71
+     * @return \Limoncello\Contracts\Authentication\AccountInterface
72 72
      */
73 73
     protected static function createCliPassport(
74 74
         $userIdentity,
Please login to merge, or discard this 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.