Passed
Push — master ( 0d2952...489bc7 )
by Raza
10:44
created
src/Services/Authy.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
      *
89 89
      * @param \Srmklive\Authy\Contracts\Auth\TwoFactor\Authenticatable $user
90 90
      *
91
-     * @return void
91
+     * @return boolean
92 92
      */
93 93
     public function sendSmsToken(TwoFactorAuthenticatable $user)
94 94
     {
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
      *
112 112
      * @param \Srmklive\Authy\Contracts\Auth\TwoFactor\Authenticatable $user
113 113
      *
114
-     * @return void
114
+     * @return boolean
115 115
      */
116 116
     public function sendPhoneCallToken(TwoFactorAuthenticatable $user)
117 117
     {
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
      *
160 160
      * @param \Srmklive\Authy\Contracts\Auth\TwoFactor\Authenticatable $user
161 161
      *
162
-     * @return bool
162
+     * @return boolean|null
163 163
      */
164 164
     public function delete(TwoFactorAuthenticatable $user)
165 165
     {
Please login to merge, or discard this patch.