Skip to content

Commit 632bdb0

Browse files
committed
Fix PHPStan in CI
1 parent 5259132 commit 632bdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DependencyInjection/SentryExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function optionsValueProvider(): array
8787
['default_integrations', false, 'hasDefaultIntegrations'],
8888
['enable_compression', false, 'isCompressionEnabled'],
8989
['environment', 'staging'],
90-
['error_types', E_ALL & ! E_NOTICE],
90+
['error_types', E_ALL & ~E_NOTICE],
9191
['excluded_app_path', ['some/path'], 'getExcludedProjectPaths'],
9292
['excluded_exceptions', [\Throwable::class]],
9393
['logger', 'sentry-logger'],

0 commit comments

Comments
 (0)