Skip to content

Commit

Permalink
Suppress Phan signature analysis for overwritten methods
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver committed Mar 8, 2021
1 parent 3c7b54e commit bf7d875
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Security/Factory/OidcFactory.php
Expand Up @@ -43,6 +43,8 @@ public function getPosition()
* @param string $userProviderId The id of the user provider
*
* @return string never null, the id of the authentication provider
*
* @suppress PhanParamSignatureRealMismatchHasNoParamType
*/
protected function createAuthProvider(ContainerBuilder $container, $id, $config, $userProviderId)
{
Expand Down Expand Up @@ -87,6 +89,7 @@ protected function getProviderKey()
* Creates an entry point for this authentication. Can be disabled by clearing the login_path route.
*
* @inheritDoc
* @suppress PhanParamSignatureRealMismatchHasNoParamType
*/
protected function createEntryPoint($container, $id, $config, $defaultEntryPointId)
{
Expand Down

0 comments on commit bf7d875

Please sign in to comment.