Skip to content

Commit

Permalink
CS Fixes
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Apr 3, 2024
1 parent 09e0f5b commit c0927f6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/FilterChain.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ public function setPluginManager(FilterPluginManager $plugins)
* Retrieve a filter plugin by name
*
* @template T of FilterInterface
*
* @param class-string<T>|string $name
* @return ($name is class-string<T> ? T : InstanceType)
*/
Expand Down
2 changes: 0 additions & 2 deletions test/AllowListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
namespace LaminasTest\Filter;

use Laminas\Filter\AllowList as AllowListFilter;
use Laminas\Filter\FilterPluginManager;
use Laminas\ServiceManager\ServiceManager;
use Laminas\Stdlib\ArrayObject;
use Laminas\Stdlib\Exception;
use PHPUnit\Framework\Attributes\DataProvider;
Expand Down
2 changes: 0 additions & 2 deletions test/DenyListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
namespace LaminasTest\Filter;

use Laminas\Filter\DenyList as DenyListFilter;
use Laminas\Filter\FilterPluginManager;
use Laminas\ServiceManager\ServiceManager;
use Laminas\Stdlib\ArrayObject;
use Laminas\Stdlib\Exception;
use PHPUnit\Framework\Attributes\DataProvider;
Expand Down
1 change: 0 additions & 1 deletion test/FilterPluginManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Laminas\Filter\ToInt;
use Laminas\Filter\Word\SeparatorToSeparator;
use Laminas\ServiceManager\Exception\InvalidServiceException;
use Laminas\ServiceManager\ServiceManager;
use LaminasTest\Filter\TestAsset\NotAValidFilter;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit c0927f6

Please sign in to comment.