Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Fixes CS on latest develop as php-cs-fixer updated to 1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 14, 2014
1 parent c5f28af commit 35a27c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ public function testTraceErrorEnableByDefault()
try {
// force exception throwing
parent::tearDown();
} catch(\Exception $e) {
} catch (\Exception $e) {
$this->getApplication()->getMvcEvent()->setParam('exception', null);
$this->setExpectedException('RuntimeException', 'Foo error');
throw $e;
Expand Down

0 comments on commit 35a27c6

Please sign in to comment.