@@ -165,7 +165,7 @@ |
||
| 165 | 165 | $request = new Request(); |
| 166 | 166 | $response = new Response( |
| 167 | 167 | '<body></body>', |
| 168 | - 200, |
|
| 168 | + 200, |
|
| 169 | 169 | ['Content-Type' => 'text/html'] |
| 170 | 170 | ); |
| 171 | 171 | |
@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Doctrine\Common\Persistence\ObjectManager; |
| 15 | 15 | use Doctrine\Common\Persistence\ObjectRepository; |
| 16 | -use Doctrine\ORM\UnitOfWork; |
|
| 17 | 16 | use Ivoaz\Bundle\ContentEditableBundle\Manager\ContentManager; |
| 18 | 17 | use Ivoaz\Bundle\ContentEditableBundle\Exception\MissingLocaleException; |
| 19 | 18 | use Ivoaz\Bundle\ContentEditableBundle\Model\Content; |