Auth0-PHP

Errors

Table of Contents

src/Contract/API/Management/RolesInterface.php 2
src/Contract/API/Management/UsersInterface.php 2
src/Contract/Auth0Interface.php 1
src/Store/CookieStore.php 1
src/Utility/HttpClient.php 1
src/Utility/HttpRequest.php 1
src/Utility/Toolkit/Assert.php 1
src/Utility/Toolkit.php 1

RolesInterface.php

Type Line Description
ERROR 0 Tag "param" with body "@param array{permissions: array<array{permission_name: string, resource_server_identifier: string}>} $permissions permissions to add, array of permission arrays" has error "\Auth0\SDK\Contract\API\Management\array{permissions: array" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param array{permissions: array<array{permission_name: string, resource_server_identifier: string}>} $permissions permissions to delete, array of permission arrays" has error "\Auth0\SDK\Contract\API\Management\array{permissions: array" is not a valid Fqsen.

UsersInterface.php

Type Line Description
ERROR 0 Tag "param" with body "@param array{permissions: array<array{permission_name: string, resource_server_identifier: string}>} $permissions array of permissions to add" has error "\Auth0\SDK\Contract\API\Management\array{permissions: array" is not a valid Fqsen.
ERROR 0 Tag "param" with body "@param array{permissions: array<array{permission_name: string, resource_server_identifier: string}>} $permissions array of permissions to remove" has error "\Auth0\SDK\Contract\API\Management\array{permissions: array" is not a valid Fqsen.

Auth0Interface.php

Type Line Description
ERROR 0 Tag "return" with body "@return array{invitation: string, organization: string, organizationName: string}|null" has error "\Auth0\SDK\Contract\array{invitation: string" is not a valid Fqsen.

CookieStore.php

Type Line Description
ERROR 0 Tag "return" with body "@return array{expires: int, path: string, domain?: string, secure: bool, httponly: bool, samesite: string, url_encode?: int}" has error "\Auth0\SDK\Store\array{expires: int" is not a valid Fqsen.

HttpClient.php

Type Line Description
ERROR 0 Tag "param" with body "@param array<array{response?: ResponseInterface, callback?: callable, exception?: \Exception}|ResponseInterface> $responses an array of ResponseInterface objects, or an array of arrays containing ResponseInterfaces with callbacks" has error "\Auth0\SDK\Utility\array{response" is not a valid Fqsen.

HttpRequest.php

Type Line Description
ERROR 0 Tag "return" with body "@return array{stream: \Psr\Http\Message\StreamInterface, boundary: string}" has error "\Auth0\SDK\Utility\array{stream: \Psr\Http\Message\StreamInterface" is not a valid Fqsen.

Assert.php

Type Line Description
ERROR 0 Tag "param" with body "@param array<array{0: mixed, 1: \Throwable}> $subjects values to process" has error "\Auth0\SDK\Utility\Toolkit\array{0: mixed" is not a valid Fqsen.

Toolkit.php

Type Line Description
ERROR 0 Tag "param" with body "@param array<array{0: mixed, 1: \Throwable}> $subjects an array of values to work with" has error "\Auth0\SDK\Utility\array{0: mixed" is not a valid Fqsen.

Search results