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

Commit

Permalink
Merge pull request zendframework/zendframework#6874 from samsonasik/f…
Browse files Browse the repository at this point in the history
…ix-cs-dev

Fixes CS on latest develop as php-cs-fixer updated to 1.*
  • Loading branch information
Ocramius committed Nov 14, 2014
3 parents c5f28af + 21eaf3f + 35a27c6 commit 52bfea8
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 52bfea8

Please sign in to comment.