Skip to content

Commit

Permalink
Fix CS/WS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 18, 2024
1 parent 7ce7f5f commit 83eb2c7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Framework/Constraint/Operator/UnaryOperator.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace PHPUnit\Framework\Constraint;

use function count;

use SebastianBergmann\RecursionContext\InvalidArgumentException;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace PHPUnit\Framework\Constraint;

use function is_array;

use function sprintf;
use SebastianBergmann\RecursionContext\InvalidArgumentException;

Expand Down
1 change: 0 additions & 1 deletion src/Framework/Constraint/Type/IsType.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace PHPUnit\Framework\Constraint;

use function gettype;

use function is_array;
use function is_bool;
use function is_callable;
Expand Down
1 change: 0 additions & 1 deletion tests/_files/ExceptionInTestDetectedInTeardown.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

use Exception;
use PHPUnit\Framework\TestCase;

use PHPUnit\Runner\BaseTestRunner;

class ExceptionInTestDetectedInTeardown extends TestCase
Expand Down

0 comments on commit 83eb2c7

Please sign in to comment.