Skip to content

Commit

Permalink
Merge pull request #149 from Yoast/JRF/removed-unused-use-statement
Browse files Browse the repository at this point in the history
CS/QA: remove unused import use statements (1.x branch only)
  • Loading branch information
jrfnl committed Dec 14, 2023
2 parents 8996502 + d4f1246 commit d38b0c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Polyfills/AssertObjectProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Yoast\PHPUnitPolyfills\Polyfills;

use PHPUnit\Framework\Assert;
use ReflectionObject;
use TypeError;
use Yoast\PHPUnitPolyfills\Autoload;
Expand Down
3 changes: 0 additions & 3 deletions tests/Polyfills/AssertObjectPropertyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

namespace Yoast\PHPUnitPolyfills\Tests\Polyfills;

use PHPUnit\Framework\AssertionFailedError;
use PHPUnit\Framework\TestCase;
use PHPUnit\Runner\Version as PHPUnit_Version;
use PHPUnit_Framework_AssertionFailedError;
use stdClass;
use TypeError;
use Yoast\PHPUnitPolyfills\Polyfills\AssertObjectProperty;
use Yoast\PHPUnitPolyfills\Polyfills\ExpectException;
use Yoast\PHPUnitPolyfills\Polyfills\ExpectExceptionMessageMatches;
Expand Down

0 comments on commit d38b0c3

Please sign in to comment.