Completed
Push — master ( 43b95c...e365e1 )
by Ryan
02:10
created
src/User/UserRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      * Touch a user's last activity and IP.
103 103
      *
104 104
      * @param  UserInterface $user
105
-     * @return bool
105
+     * @return boolean|null
106 106
      */
107 107
     public function touchLastActivity(UserInterface $user)
108 108
     {
Please login to merge, or discard this patch.