Completed
Push — master ( 72b000...20c83d )
by Derek Stephen
02:27
created
src/PassportControl.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -65,8 +65,7 @@  discard block
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-     * @param int $userId
69
-     * @return PassportInterface
68
+     * @return RoleInterface
70 69
      */
71 70
     public function createNewRole(RoleInterface $role): RoleInterface
72 71
     {
@@ -77,7 +76,6 @@  discard block
 block discarded – undo
77 76
     }
78 77
 
79 78
     /**
80
-     * @param int $userId
81 79
      * @return PassportInterface
82 80
      */
83 81
     public function removeRole(RoleInterface $role): void
Please login to merge, or discard this patch.