WP Oauth2 Server 1.0.1

Does WP Oauth2 Server work with WordPress 6.5.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
45PHP warnings
464PHP notices
2,175PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 130.55 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.5.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/oauth2-server/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=oauth2-server%2Foauth2-server.php&plugin_status=all&paged=1&s&_wpnonce=24755868e2
Aspect after-activation
HTTP status 200
Load time 0.532 s
Memory usage 3.5 MiB
JS errors None
Resource errors None

OAuth2 Server

Page screenshot: OAuth2 Server
URL /wp-admin/admin.php?page=codexshaper-oauth-server#/
Requested URL /wp-admin/admin.php?page=codexshaper-oauth-server
Aspect menu-item
HTTP status 200
Load time 0.441 s
Memory usage 3.47 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.211 s
Memory usage 3.62 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php1.061 s0.316 s-0.745 s3.43 MiB3.56 MiB+ 133.52 KiB
/wp-admin/edit.php0.211 s0.238 s+0.027 s3.46 MiB3.65 MiB+ 197.41 KiB
/wp-admin/post-new.php0.961 s0.778 s-0.183 s5.59 MiB5.74 MiB+ 158.44 KiB
/wp-admin/upload.php0.598 s0.442 s-0.156 s3.38 MiB3.49 MiB+ 116.65 KiB
/wp-admin/options-writing.php0.240 s0.201 s-0.039 s3.37 MiB3.48 MiB+ 109.08 KiB
/wp-admin/media-new.php0.331 s0.270 s-0.061 s3.35 MiB3.48 MiB+ 129.92 KiB
/wp-admin/edit-tags.php?taxonomy=category0.204 s0.203 s-0.001 s3.37 MiB3.5 MiB+ 133.63 KiB
/wp-admin/post-new.php?post_type=page0.604 s0.571 s-0.033 s5.58 MiB5.73 MiB+ 149.09 KiB
/wp-admin/options-discussion.php0.324 s0.540 s+0.216 s3.36 MiB3.47 MiB+ 119.49 KiB
/wp-admin/edit-comments.php0.304 s0.224 s-0.080 s3.39 MiB3.5 MiB+ 115.58 KiB
/0.328 s0.218 s-0.110 s3.42 MiB3.49 MiB+ 73.28 KiB
Average 0.470 s0.364 s-0.106 s3.79 MiB3.92 MiB+ 130.55 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

CSS
PHP
JavaScript
Language % Lines of code Comment lines Files
CSS73.2%9,269195
PHP13.0%1,6421,89046
JavaScript9.1%1,14970922
Vuejs Component3.6%4591711
JSON0.8%10202
Blade0.2%2802
Sass0.1%17133
Total 12,666 2,648 91

PHP Code Analysis | More results »

Lines of code 1,544
Total complexity 259
Median class complexity 3.0
Median method complexity 1.0
Most complex class Codexshaper_Oauth_Server\Exceptions\Handler
Most complex function Codexshaper_Oauth_Server\App\Http\Middleware\AuthMiddleware::handle()
Classes 34
Methods 134
Functions 6

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 5

Options wp_options 1

PHP Error Log 2684 lines

[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1267
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1278
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1290
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1303
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 95
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 106
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 118
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 129
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 73
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1654
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1665
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1677
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1688
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1201
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Routing\AbstractRouteCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/AbstractRouteCollection.php on line 245
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Routing\AbstractRouteCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/AbstractRouteCollection.php on line 235
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/ParameterBag.php on line 205
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/ParameterBag.php on line 215
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/HeaderBag.php on line 255
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/HeaderBag.php on line 265
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 637
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 651
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 663
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 674
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/Request.php on line 303
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Str.php on line 177
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Str.php on line 177
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1338
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1349
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1361
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1376
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1304
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1294
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Traits/EnumeratesValues.php on line 772
[19-Apr-2024 00:46:48 UTC] PHP Warning:  Constant CODEXSHAPER_OAUTH_SERVER_VERSION already defined in /wp-content/plugins/oauth2-server/includes/class-codexshaper-oauth-server.php on line 280
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/class-wp-rewrite.php on line 1685
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/class-wp-rewrite.php on line 1685
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  substr(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/class-wp-rewrite.php on line 1686
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1267
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1278
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1290
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1303
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 95
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 106
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 118
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 129
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 73
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1654
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1665
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1677
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1688
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1201
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Routing\AbstractRouteCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/AbstractRouteCollection.php on line 245
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Routing\AbstractRouteCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/AbstractRouteCollection.php on line 235
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/ParameterBag.php on line 205
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/ParameterBag.php on line 215
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/HeaderBag.php on line 255
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/HeaderBag.php on line 265
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 637
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 651
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 663
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 674
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/Request.php on line 303
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Str.php on line 177
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Str.php on line 177
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1338
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1349
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1361
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1376
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1304
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1294
[19-Apr-2024 00:46:48 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Traits/EnumeratesValues.php on line 772

(+2584 more lines)
See also: All tests for this plugin, How to Hide WP Oauth2 Server Admin Menus