Browse Source

Oubli d'un retour de méthode

François Drouhard 2 năm trước cách đây
mục cha
commit
bc206e15df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Entity/User.php

+ 1 - 1
src/Entity/User.php

@@ -202,7 +202,7 @@ class User implements UserInterface,PasswordAuthenticatedUserInterface
         return $this->tokenValidity;
     }
 
-    private function setTokenValidity(\DateTimeInterface $tokenValidity)
+    private function setTokenValidity(\DateTimeInterface $tokenValidity): self
     {
         $this->tokenValidity = $tokenValidity;