Skip to content

Commit

Permalink
clearning
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Dec 24, 2023
1 parent 16e7752 commit 2f921b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace App\GaelO\UseCases\CreateCenter;

/**
* @codeCoverageIgnore
*/
class CreateCenterRequest
{
public int $currentUserId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace App\GaelO\UseCases\CreateDocumentation;

/**
* @codeCoverageIgnore
*/
class CreateDocumentationRequest
{
public int $currentUserId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace App\GaelO\UseCases\CreateFileToForm;

/**
* @codeCoverageIgnore
*/
class CreateFileToFormRequest
{
public int $currentUserId;
Expand Down

0 comments on commit 2f921b1

Please sign in to comment.