Errors
Table of Contents
| src/Component/EnvType.php | 1 |
| src/Component/Support/Configs.php | 1 |
| src/Component/Support/Services/ApiRouter.php | 2 |
| src/Component/Support/Services/Route.php | 2 |
EnvType.php
| Type | Line | Description |
|---|---|---|
| ERROR | 0 | Tag "since" with body "@since [version number]" has error |
Configs.php
| Type | Line | Description |
|---|---|---|
| ERROR | 0 | Tag "var" with body "@var array." has error "\WPframework\Support\array." is not a valid Fqsen. |
ApiRouter.php
| Type | Line | Description |
|---|---|---|
| ERROR | 0 | Tag "param" with body "@param array<int, array{0:string,1:string,2:callable|string[]}> $routes" has error "\WPframework\Support\Services\array{0:string" is not a valid Fqsen. |
| ERROR | 0 | Tag "return" with body "@return callable-object|callable-string|(object|string)[]" has error "\WPframework\Support\Services\callable-object" is not a valid Fqsen. |
Route.php
| Type | Line | Description |
|---|---|---|
| ERROR | 0 | Tag "return" with body "@return array<int, array{method:string, path:string, handler:callable}>" has error "\WPframework\Support\Services\array{method:string" is not a valid Fqsen. |
| ERROR | 0 | Tag "var" with body "@var array<int, array{method:string, path:string, handler:callable}>" has error "\WPframework\Support\Services\array{method:string" is not a valid Fqsen. |