FOSOAuthServerBundle icon indicating copy to clipboard operation
FOSOAuthServerBundle copied to clipboard

Type error: mb_strpos() expects parameter 1 to be string, null given

Open dkarlovi opened this issue 6 years ago • 1 comments

vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManager.php (line 33)

If no client ID passed.

dkarlovi avatar Apr 13 '18 06:04 dkarlovi

~~This will get caught by PHPStan once we get to a high-enough level (IIRC level 5)~~

null is explicitly allowed by the interface? Why? :see_no_evil:

dkarlovi avatar Apr 13 '18 06:04 dkarlovi