@@ -23,6 +23,7 @@ |
||
23 | 23 | * @param $status |
24 | 24 | * @param $schema |
25 | 25 | * @param Context $context |
26 | + * @param string $reference |
|
26 | 27 | * |
27 | 28 | * @return [string, null|Stmt\If_] |
28 | 29 | */ |
@@ -34,6 +34,9 @@ |
||
34 | 34 | */ |
35 | 35 | private $reference; |
36 | 36 | |
37 | + /** |
|
38 | + * @param string $reference |
|
39 | + */ |
|
37 | 40 | public function __construct(OpenApiOperation $operation, $path, $method, $reference, $basePath = "", $host = 'localhost') |
38 | 41 | { |
39 | 42 | $this->operation = $operation; |
@@ -8,6 +8,9 @@ |
||
8 | 8 | |
9 | 9 | class OperationManager |
10 | 10 | { |
11 | + /** |
|
12 | + * @param string $reference |
|
13 | + */ |
|
11 | 14 | public function buildOperationCollection(OpenApi $openApi, $reference) |
12 | 15 | { |
13 | 16 | $operationCollection = new OperationCollection(); |