Skip to content

Commit 5fee45c

Browse files
CS fix
1 parent 57b13ae commit 5fee45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/FilterEnabledTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function testNewSetup()
4141

4242
$this->app['router']->get('htmlmin-test-route', array('after' => 'htmlmin', function () {
4343
return $this->app['view']->make('stubs::test');
44-
}, ));
44+
}));
4545

4646
$actual = $this->call('GET', 'htmlmin-test-route')->getContent();
4747

0 commit comments

Comments
 (0)