|
@@ -8,7 +8,6 @@ discard block |
|
|
block discarded – undo |
|
8
|
8
|
use PhpBoot\Docgen\Swagger\Schemas\ArraySchemaObject; |
|
9
|
9
|
use PhpBoot\Docgen\Swagger\Schemas\BodyParameterObject; |
|
10
|
10
|
use PhpBoot\Docgen\Swagger\Schemas\OperationObject; |
|
11
|
|
-use PhpBoot\Docgen\Swagger\Schemas\OtherParameterObject; |
|
12
|
11
|
use PhpBoot\Docgen\Swagger\Schemas\PrimitiveSchemaObject; |
|
13
|
12
|
use PhpBoot\Docgen\Swagger\Schemas\RefSchemaObject; |
|
14
|
13
|
use PhpBoot\Docgen\Swagger\Schemas\ResponseObject; |
|
@@ -22,7 +21,6 @@ discard block |
|
|
block discarded – undo |
|
22
|
21
|
use PhpBoot\Metas\ParamMeta; |
|
23
|
22
|
use PhpBoot\Metas\ReturnMeta; |
|
24
|
23
|
use PhpBoot\Utils\ArrayHelper; |
|
25
|
|
-use PhpBoot\Validator\Validator; |
|
26
|
24
|
use Symfony\Component\HttpKernel\Exception\HttpException; |
|
27
|
25
|
|
|
28
|
26
|
class Swagger extends SwaggerObject |
Please login to merge, or discard this patch.