Weichao Yu
Weichao Yu
Hello, Can you please tell me on which case is the method fetch() (in class OneTimePasswordProvider.php) called? https://github.com/korotovsky/SingleSignOnLibrary/blob/0.3.x/src/Krtv/SingleSignOn/Manager/Http/Provider/Guzzle/OneTimePasswordProvider.php I have two projects using the SSO bundle, the configurations are exactly...
Hi @korotovsky , Thank you very much for your kind help! I figured out the problem. It failed when symfony security check the check_path: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php#L115 Because I set the check_path...
Hi @mremi , Thank you for the explanation, I want to disable it globally. I have tried to re-declare the parameter in my project like this: ```yaml banned_code: nodes: #...
Hi @ValentinLorand , Thank you for providing the solution. By the way, did you add phpstan/extension-installer in your composer.json file? I think this package includes vendor/ekino/phpstan-banned-code/extension.neon automatically, am I right?...
Hi @ValentinLorand Thank you. Maybe I need to remove phpstan/extension-installer to solve this. However this package is really helpful to add some phpstan extensions, it includes extension.neon automatically.