Skip to content

Commit 75a6226

Browse files
committed
maintenance/add-type-hin-in-sentry-extension
1 parent d1126b2 commit 75a6226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DependencyInjection/SentryExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ final class SentryExtension extends ConfigurableExtension
4343
/**
4444
* {@inheritdoc}
4545
*/
46-
public function getXsdValidationBasePath()
46+
public function getXsdValidationBasePath(): string
4747
{
4848
return __DIR__ . '/../Resources/config/schema';
4949
}
5050

5151
/**
5252
* {@inheritdoc}
5353
*/
54-
public function getNamespace()
54+
public function getNamespace(): string
5555
{
5656
return 'https://sentry.io/schema/dic/sentry-symfony';
5757
}

0 commit comments

Comments
 (0)