Skip to content

Commit

Permalink
Cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdekker committed Sep 16, 2024
1 parent dcb9b46 commit a0e4dac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Constraint/ConstraintConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

namespace DigitalRevolution\AccessorPairConstraint\Constraint;

use phpDocumentor\Reflection\Type;

class ConstraintConfig
{
/** @var bool */
Expand Down
2 changes: 0 additions & 2 deletions tests/Integration/AccessorPairAsserterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
use DigitalRevolution\AccessorPairConstraint\Tests\Integration\data\manual\UnionProperty;
use DigitalRevolution\AccessorPairConstraint\Tests\TestCase;
use Generator;
use phpDocumentor\Reflection\Type;
use phpDocumentor\Reflection\Types\Object_;
use PHPUnit\Framework\ExpectationFailedException;
use ReflectionException;
use TypeError;
Expand Down

0 comments on commit a0e4dac

Please sign in to comment.