Skip to content

Commit

Permalink
Remove unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
niels-nijens committed Mar 28, 2024
1 parent 9c404af commit 46bc4e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Routing/RouteLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
namespace Nijens\OpenapiBundle\Routing;

use Nijens\OpenapiBundle\Controller\CatchAllController;
use Nijens\OpenapiBundle\DependencyInjection\Configuration;
use Nijens\OpenapiBundle\Json\JsonPointer;
use Nijens\OpenapiBundle\Json\SchemaLoaderInterface;
use stdClass;
Expand Down
1 change: 0 additions & 1 deletion tests/Routing/RouteLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
use Nijens\OpenapiBundle\Routing\RouteContext;
use Nijens\OpenapiBundle\Routing\RouteLoader;
use Nijens\OpenapiBundle\Tests\Functional\App\Controller\CreatePetController;
use Nijens\OpenapiBundle\Tests\Functional\App\Controller\UpdatePetController;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpFoundation\Request;
Expand Down

0 comments on commit 46bc4e4

Please sign in to comment.