Completed
Push — master ( b5cbcc...903838 )
by Dominik
05:23
created
src/Authentication/FormAuthentication.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
     /**
174 174
      * @param Request $request
175 175
      *
176
-     * @return UserPasswordInterface|null
176
+     * @return null|UserInterface
177 177
      */
178 178
     public function getAuthenticatedUser(Request $request)
179 179
     {
Please login to merge, or discard this patch.