hwi / HWIOAuthBundle

OAuth client integration for Symfony. Supports both OAuth1.0a and OAuth2.
MIT License
2.27k stars 799 forks source link

Deprecation warnings #1954

Closed speller closed 1 year ago

speller commented 1 year ago
Q A
Bug? no
New Feature? no
Support question? no
Version 2.0.0 Beta 3

Symfony 6.3.4 PHP 8.2

Actual Behavior

Deprecation warnings in the log:

User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "HWI\Bundle\OAuthBundle\HWIOAuthBundle" now to avoid errors or add an explicit @return annotation to suppress this message.

Expected Behavior

No deprecations

Steps to Reproduce

Use the bundle with Symfony 6.3.4

stloyd commented 1 year ago

Fixed in master branch by: https://github.com/hwi/HWIOAuthBundle/pull/1946