Skip to content

Commit da88ef6

Browse files
derrabusnicolas-grekas
authored andcommitted
[DI] fix return type declarations
1 parent 8fbddc3 commit da88ef6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,9 +1743,7 @@ private function getKernelRootHash(ContainerBuilder $container)
17431743
}
17441744

17451745
/**
1746-
* Returns the base path for the XSD files.
1747-
*
1748-
* @return string The XSD base path
1746+
* {@inheritdoc}
17491747
*/
17501748
public function getXsdValidationBasePath()
17511749
{

0 commit comments

Comments
 (0)