From 91a2fc21594551899baa636e4189de48e6c605b4 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Sat, 16 Mar 2013 18:48:34 +0100 Subject: [PATCH] Fix CS --- Tests/Extractor/ApiDocExtratorTest.php | 1 - Tests/Parser/JmsMetadataParserTest.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Tests/Extractor/ApiDocExtratorTest.php b/Tests/Extractor/ApiDocExtratorTest.php index 5213e9d..b0aa152 100644 --- a/Tests/Extractor/ApiDocExtratorTest.php +++ b/Tests/Extractor/ApiDocExtratorTest.php @@ -12,7 +12,6 @@ namespace Nelmio\ApiDocBundle\Tests\Extractor; use Nelmio\ApiDocBundle\Tests\WebTestCase; -use Symfony\Component\Form\Test\DeprecationErrorHandler; class ApiDocExtractorTest extends WebTestCase { diff --git a/Tests/Parser/JmsMetadataParserTest.php b/Tests/Parser/JmsMetadataParserTest.php index 53cb5bb..0f7d5b2 100644 --- a/Tests/Parser/JmsMetadataParserTest.php +++ b/Tests/Parser/JmsMetadataParserTest.php @@ -84,4 +84,4 @@ class JmsMetadataParserTest extends \PHPUnit_Framework_TestCase array('ArrayCollection') ); } -} \ No newline at end of file +}