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

Commit

Permalink
Removing trailing spaces introduced in zendframework/zendframework#5838
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Mar 4, 2014
1 parent 5f26764 commit 0a6feaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/_files/Baz/src/Baz/Controller/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ public function exceptionAction()
{
throw new \RuntimeException('Foo error !');
}

public function customResponseAction()
{
$response = new Response();
$response->setStatusCode(999);

return $response;
}
}

0 comments on commit 0a6feaf

Please sign in to comment.