Skip to content

Commit 3f1b578

Browse files
derrabusnicolas-grekas
authored andcommitted
[DI] fix return type declarations
1 parent dfa33a9 commit 3f1b578

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

DependencyInjection/SecurityExtension.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -798,9 +798,7 @@ public function addUserProviderFactory(UserProviderFactoryInterface $factory)
798798
}
799799

800800
/**
801-
* Returns the base path for the XSD files.
802-
*
803-
* @return string The XSD base path
801+
* {@inheritdoc}
804802
*/
805803
public function getXsdValidationBasePath()
806804
{

0 commit comments

Comments
 (0)