Skip to content

Commit

Permalink
Add infectionphp
Browse files Browse the repository at this point in the history
now this package using infectionphp to check the qualitify of the unittests
  • Loading branch information
Dropelikeit committed Oct 25, 2023
1 parent 49376a3 commit 3094f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config/Config.php
Expand Up @@ -3,17 +3,17 @@

namespace Dropelikeit\LaravelJmsSerializer\Config;

use Webmozart\Assert\Assert;
use function array_diff;
use function array_keys;
use Dropelikeit\LaravelJmsSerializer\Contracts\Config as ResponseBuilderConfig;
use Dropelikeit\LaravelJmsSerializer\Contracts\CustomHandlerConfiguration;

use Dropelikeit\LaravelJmsSerializer\Exception\MissingRequiredItems;

use Dropelikeit\LaravelJmsSerializer\Exception\SerializeType;
use function implode;
use function in_array;
use function sprintf;
use Webmozart\Assert\Assert;

/**
* @author Marcel Strahl <info@marcel-strahl.de>
Expand Down

0 comments on commit 3094f11

Please sign in to comment.