This commit is contained in:
Guilhem Niot 2022-03-21 17:04:37 +01:00
parent e722f642ad
commit a39317726a

View File

@ -15,7 +15,7 @@ trait SetsContextTrait
// zircote/swagger-php ^3.2 // zircote/swagger-php ^3.2
\OpenApi\Analyser::$context = $context; \OpenApi\Analyser::$context = $context;
} else { } else {
/// zircote/swagger-php ^4.0 // zircote/swagger-php ^4.0
\OpenApi\Generator::$context = $context; \OpenApi\Generator::$context = $context;
} }
} }