Skip to content

Commit

Permalink
Use existing imported alias
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Jan 4, 2024
1 parent 5a7d7e6 commit 2087a5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/CompressTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace LaminasTest\Filter;

use Laminas\Filter\Boolean;
use Laminas\Filter\Compress;
use Laminas\Filter\Compress as CompressFilter;
use Laminas\Filter\Compress\CompressionAlgorithmInterface;
use Laminas\Filter\Exception;
Expand All @@ -23,7 +22,7 @@
use function uniqid;
use function unlink;

/** @psalm-import-type AdapterType from Compress */
/** @psalm-import-type AdapterType from CompressFilter */
class CompressTest extends TestCase
{
private string $tmpDir;
Expand Down

0 comments on commit 2087a5e

Please sign in to comment.