Loading module/Application/src/Application/Entity/UserWrapper.php +3 −3 Changes for module/Application/src/Application/Entity/UserWrapper.php: 3 added lines, 3 removed lines. Original line number Diff line number Diff line Loading @@ -167,9 +167,9 @@ class UserWrapper implements UserInterface } /** * Retourne soit le supannEmpId soit le supannEtuId, car l'un ou l'autre est forcément null. * Retourne soit le supannEmpId soit le supannEtuId, ou null. * * @return string * @return string|null */ public function getSupannId() { Loading @@ -183,7 +183,7 @@ class UserWrapper implements UserInterface return $this->individu->getSupannId(); } throw new LogicException("Cas imprévu!"); return null; } /** Loading Loading
module/Application/src/Application/Entity/UserWrapper.php +3 −3 Changes for module/Application/src/Application/Entity/UserWrapper.php: 3 added lines, 3 removed lines. Original line number Diff line number Diff line Loading @@ -167,9 +167,9 @@ class UserWrapper implements UserInterface } /** * Retourne soit le supannEmpId soit le supannEtuId, car l'un ou l'autre est forcément null. * Retourne soit le supannEmpId soit le supannEtuId, ou null. * * @return string * @return string|null */ public function getSupannId() { Loading @@ -183,7 +183,7 @@ class UserWrapper implements UserInterface return $this->individu->getSupannId(); } throw new LogicException("Cas imprévu!"); return null; } /** Loading