mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-19 19:32:01 +02: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}
|
* {@inheritdoc}
|
||||||
*
|
*
|
||||||
* @see \App\Domain\RequestManagement\User\RequestedUser::__construct()
|
* @see \App\Domain\RequestManagement\User\RequestedUser::__construct()
|
||||||
|
@ -11,6 +11,8 @@ use App\Domain\UserManagement\UserSourceDirectorInterface;
|
|||||||
final class RequestedActionService extends RequestedAction implements RequestedActionServiceInterface
|
final class RequestedActionService extends RequestedAction implements RequestedActionServiceInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
* @todo Optimize this constructor! The UserSourceDirector is not used in this class!
|
||||||
|
*
|
||||||
* @param UserSourceDirectorInterface $userSourceDirector
|
* @param UserSourceDirectorInterface $userSourceDirector
|
||||||
* @param RequestedUserServiceInterface $requestedUserService
|
* @param RequestedUserServiceInterface $requestedUserService
|
||||||
*/
|
*/
|
||||||
|
@ -31,6 +31,7 @@ class RequestedUser extends AbstractRequestedRightFacade implements RequestedUse
|
|||||||
* You MUST NO use this method! Use UserSourceDirector instead!
|
* You MUST NO use this method! Use UserSourceDirector instead!
|
||||||
*
|
*
|
||||||
* @see UserSourceDirectorInterface
|
* @see UserSourceDirectorInterface
|
||||||
|
* @deprecated
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
* @see \App\Attribut\RecieverAttributInterface::setReciever()
|
* @see \App\Attribut\RecieverAttributInterface::setReciever()
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user