Skip to content

Commit c9f9f6f

Browse files
author
Toni Van de Voorde
committed
fixed: code formatting
1 parent 57b0631 commit c9f9f6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tests/DependencyInjection/FOSRestExtensionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ public function testCheckViewHandlerWithJsonp()
271271
$this->assertInstanceOf('Symfony\Component\DependencyInjection\DefinitionDecorator', $viewHandler);
272272
}
273273

274-
public function testCheckExceptionWrapperHandler() {
275-
274+
public function testCheckExceptionWrapperHandler()
275+
{
276276
$this->extension->load(array(), $this->container);
277277

278278
$this->assertTrue($this->container->has('fos_rest.view_handler.exception_wrapper_handler'));

View/ExceptionWrapperHandlerInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/**
66
* @author Toni Van de Voorde (toni [dot] vdv [AT] gmail [dot] com)
77
*/
8-
interface ExceptionWrapperHandlerInterface {
9-
8+
interface ExceptionWrapperHandlerInterface
9+
{
1010
/**
1111
* @param array $data
1212
*

0 commit comments

Comments
 (0)