@@ -46,6 +46,9 @@ |
||
| 46 | 46 | $this->clickCallback->__invoke($method, $version, $package, $apiAction); |
| 47 | 47 | } |
| 48 | 48 | |
| 49 | + /** |
|
| 50 | + * @param \Tomaj\NetteApi\Handlers\ApiHandlerInterface[] $handlers |
|
| 51 | + */ |
|
| 49 | 52 | private function sortHandlers($handlers) |
| 50 | 53 | { |
| 51 | 54 | $versionHandlers = []; |
@@ -32,7 +32,6 @@ |
||
| 32 | 32 | * to setup response code, content type, charset and expiration |
| 33 | 33 | * |
| 34 | 34 | * @param integer $code |
| 35 | - * @param mixed $data |
|
| 36 | 35 | * @param string $contentType |
| 37 | 36 | * @param string $charset |
| 38 | 37 | * @param bool|DateTimeInterface|int|string $expiration |