Skip to content

Commit 870d006

Browse files
committed
Fix syntax error
1 parent a09d243 commit 870d006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry/SentryBundle/Test/DependencyInjection/ExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function test_that_it_uses_app_path_value()
2525
static::CONFIG_ROOT => array(
2626
'app_path' => 'sentry/app/path',
2727
),
28-
);
28+
));
2929

3030
$this->assertSame(
3131
'sentry/app/path',

0 commit comments

Comments
 (0)