Skip to content

Commit

Permalink
Remove dependency from doctrine/annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosprotung committed Mar 6, 2024
1 parent 96749ba commit 5b06958
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Integration/GenerateSchemaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Protung\OpenApiGenerator\Tests\Integration;

use Doctrine\Common\Annotations\AnnotationReader;
use JMS\Serializer\Builder\DefaultDriverFactory;
use JMS\Serializer\Naming\IdenticalPropertyNamingStrategy;
use JMS\Serializer\SerializerBuilder;
Expand Down Expand Up @@ -91,7 +90,6 @@ private static function createGenerator(string $apiVersion): Generator
new MetadataFactory(
(new DefaultDriverFactory(new IdenticalPropertyNamingStrategy()))->createDriver(

Check failure on line 91 in tests/Integration/GenerateSchemaTest.php

View workflow job for this annotation

GitHub Actions / PHP 8.1 checks with lowest dependencies

Method JMS\Serializer\Builder\DefaultDriverFactory::createDriver() invoked with 1 parameter, 2 required.

Check failure on line 91 in tests/Integration/GenerateSchemaTest.php

View workflow job for this annotation

GitHub Actions / PHP 8.2 checks with lowest dependencies

Method JMS\Serializer\Builder\DefaultDriverFactory::createDriver() invoked with 1 parameter, 2 required.

Check failure on line 91 in tests/Integration/GenerateSchemaTest.php

View workflow job for this annotation

GitHub Actions / PHP 8.3 checks with lowest dependencies

Method JMS\Serializer\Builder\DefaultDriverFactory::createDriver() invoked with 1 parameter, 2 required.
$metadataDirs,
new AnnotationReader(),
),
),
$apiVersion,
Expand Down

0 comments on commit 5b06958

Please sign in to comment.