Completed
Push — master ( c073eb...f4d705 )
by Mathieu
03:05
created
src/Charcoal/User/AuthAwareTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
      * Set the authentication service.
46 46
      *
47 47
      * @param  Authenticator $authenticator The authentication service.
48
-     * @return AuthAwareInterface
48
+     * @return AuthAwareTrait
49 49
      */
50 50
     protected function setAuthenticator(Authenticator $authenticator)
51 51
     {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
      * Set the authorization service.
77 77
      *
78 78
      * @param  Authorizer $authorizer The authorization service.
79
-     * @return AuthAwareInterface
79
+     * @return AuthAwareTrait
80 80
      */
81 81
     protected function setAuthorizer(Authorizer $authorizer)
82 82
     {
Please login to merge, or discard this patch.