Errors
Table of Contents
| src/Authentication/User.php | 1 |
| src/Core/Model.php | 1 |
| src/ErrorHandling/ExceptionBehavior.php | 1 |
| src/Routing/Route.php | 1 |
| tests/e2e/app/Controllers/OrganizationController.php | 1 |
User.php
| Type | Line | Description |
|---|---|---|
| ERROR | 0 | Tag "var" with body "@var string[int] $permissionsByUserCache Array of permissions the user has, cached by user ID." has error "\ZubZet\Framework\Authentication\string[int]" is not a valid Fqsen. |
Model.php
| Type | Line | Description |
|---|---|---|
| ERROR | 0 | Tag "param" with body "@param ...string $params Parameters to insert into the prepared statement" has error "\ZubZet\Framework\Core\...string" is not a valid Fqsen. |
ExceptionBehavior.php
| Type | Line | Description |
|---|---|---|
| ERROR | 0 | Tag "return" with body "@return array{0: string, 1: string} [monologLevelMethod, logEventType]" has error "\ZubZet\Framework\ErrorHandling\array{0: string" is not a valid Fqsen. |
Route.php
| Type | Line | Description |
|---|---|---|
| ERROR | 0 | Tag "var" with body "@var array<int, array{middleware: array, afterMiddleware: array}>" has error "\ZubZet\Framework\Routing\array{middleware: array" is not a valid Fqsen. |
OrganizationController.php
| Type | Line | Description |
|---|---|---|
| ERROR | 0 | Tag "var" with body "@var User::updateOrganization Group Sync" has error Object types can only refer to a class, interface or trait but a method, function, constant or property was received: \User::updateOrganization |