mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 01:09:41 +00:00 
			
		
		
		
	Left hints
This commit is contained in:
		| @@ -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() | ||||
|      */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user