Left hints

This commit is contained in:
Kevin Frantz 2019-02-12 17:40:38 +01:00
parent 960bf130d6
commit bd5a85e1e8
3 changed files with 4 additions and 0 deletions

View File

@ -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()

View File

@ -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
*/ */

View File

@ -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()
*/ */