mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Left hints
This commit is contained in:
parent
960bf130d6
commit
bd5a85e1e8
@ -28,6 +28,7 @@ class RequestedAction extends RequestedUser implements RequestedActionInterface
|
||||
];
|
||||
|
||||
/**
|
||||
* @todo Optimize this constructor! The UserSourceDirector is not used in this class!
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @see \App\Domain\RequestManagement\User\RequestedUser::__construct()
|
||||
|
@ -11,6 +11,8 @@ use App\Domain\UserManagement\UserSourceDirectorInterface;
|
||||
final class RequestedActionService extends RequestedAction implements RequestedActionServiceInterface
|
||||
{
|
||||
/**
|
||||
* @todo Optimize this constructor! The UserSourceDirector is not used in this class!
|
||||
*
|
||||
* @param UserSourceDirectorInterface $userSourceDirector
|
||||
* @param RequestedUserServiceInterface $requestedUserService
|
||||
*/
|
||||
|
@ -31,6 +31,7 @@ class RequestedUser extends AbstractRequestedRightFacade implements RequestedUse
|
||||
* You MUST NO use this method! Use UserSourceDirector instead!
|
||||
*
|
||||
* @see UserSourceDirectorInterface
|
||||
* @deprecated
|
||||
* {@inheritdoc}
|
||||
* @see \App\Attribut\RecieverAttributInterface::setReciever()
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user