Skip to content

Commit d944ca4

Browse files
committed
Fix cs
1 parent 58266d9 commit d944ca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/DependencyInjection/SentryExtensionTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,12 +343,12 @@ public function test_that_it_sets_all_sentry_options()
343343
'install_shutdown_handler' => false,
344344
'processors' => ['processor1', 'processor2'],
345345
'processorOptions' => [
346-
'processor1' => [
346+
'processor1' => [
347347
'processorOption1' => 'asasdf',
348348
],
349-
'processor2' => [
349+
'processor2' => [
350350
'processorOption2' => 'asasdf',
351-
]
351+
],
352352
],
353353
];
354354

0 commit comments

Comments
 (0)