Skip to content

Commit

Permalink
fix: add pest to quality check and fixing pest issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-chinour committed Dec 24, 2023
1 parent e792d18 commit 02b43d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"quality": [
"composer validate --strict",
"vendor/bin/phpstan analyse",
"vendor/bin/ecs check"
"vendor/bin/ecs check",
"vendor/bin/pest"
]
},
"conflict": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace App\Infrastructure\Symfony\EventListener;

use Symfony\Component\EventDispatcher\Attribute\AsEventListener;
Expand Down

0 comments on commit 02b43d7

Please sign in to comment.