Skip to content

Commit

Permalink
add missing phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Sep 29, 2021
1 parent 70b167c commit b67c0b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Containers/AppSection/User/Actions/DeleteUserAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
use App\Containers\AppSection\User\Tasks\DeleteUserTask;
use App\Containers\AppSection\User\UI\API\Requests\DeleteUserRequest;
use App\Ship\Exceptions\DeleteResourceFailedException;
use App\Ship\Exceptions\NotFoundException;
use App\Ship\Parents\Actions\Action;

class DeleteUserAction extends Action
{
/**
* @param DeleteUserRequest $request
* @throws DeleteResourceFailedException
* @throws NotFoundException
*/
public function run(DeleteUserRequest $request): void
{
Expand Down

0 comments on commit b67c0b6

Please sign in to comment.