| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class ApiVersionController extends \yii\rest\Controller |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @inheritdoc |
||
| 16 | */ |
||
| 17 | 2 | public function behaviors() |
|
| 18 | { |
||
| 19 | 2 | return []; |
|
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * List of all the resources available for the parent module api version. |
||
| 24 | * |
||
| 25 | * @return array |
||
| 26 | */ |
||
| 27 | 2 | public function actionIndex(): array |
|
| 30 | } |
||
| 31 | } |
||
| 32 |