Completed
Push — master ( f3eb66...2d7a88 )
by Nicolas
03:05
created
src/Security/LastLoginInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     public function getLastLogin();
14 14
 
15 15
     /**
16
-     * @param  null|DateTime $plainPassword
16
+     * @param \DateTime $lastLogin
17 17
      */
18 18
     public function setLastLogin($lastLogin = null);
19 19
 }
Please login to merge, or discard this patch.
src/Security/Processor/LastLoginProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     }
26 26
 
27 27
     /**
28
-     * @param $object
28
+     * @param LastLoginInterface $object
29 29
      */
30 30
     public function process($object)
31 31
     {
Please login to merge, or discard this patch.