From 42940e3f48c3450d6c193f6bca6b8c5041821ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Sun, 21 May 2017 22:17:55 +0200 Subject: [PATCH] Fix CS --- src/Api/CachedIdentifiersExtractor.php | 4 ++-- src/Api/IdentifiersExtractor.php | 4 ++-- src/Api/IdentifiersExtractorInterface.php | 4 ++-- src/Api/OperationType.php | 3 ++- src/Api/OperationTypeDeprecationHelper.php | 3 ++- src/Bridge/Doctrine/Orm/SubresourceDataProvider.php | 3 ++- src/DataProvider/ChainSubresourceDataProvider.php | 3 ++- src/DataProvider/SubresourceDataProviderInterface.php | 3 ++- tests/Api/CachedIdentifiersExtractorTest.php | 4 ++-- tests/Api/IdentifiersExtractorTest.php | 4 ++-- .../Doctrine/Orm/SubresourceDataProviderTest.php | 3 ++- .../DataProvider/ChainSubresourcedataProviderTest.php | 3 ++- tests/Fixtures/TestBundle/Entity/Answer.php | 8 ++++---- tests/Fixtures/TestBundle/Entity/Container.php | 11 +++-------- tests/Fixtures/TestBundle/Entity/Node.php | 3 ++- tests/Fixtures/TestBundle/Entity/Question.php | 8 ++++---- 16 files changed, 37 insertions(+), 34 deletions(-) diff --git a/src/Api/CachedIdentifiersExtractor.php b/src/Api/CachedIdentifiersExtractor.php index 2110fa33ee3..f053d977491 100644 --- a/src/Api/CachedIdentifiersExtractor.php +++ b/src/Api/CachedIdentifiersExtractor.php @@ -1,7 +1,5 @@ id; } - /** - * @param string id - */ public function setId(string $id) { $this->id = $id; diff --git a/tests/Fixtures/TestBundle/Entity/Node.php b/tests/Fixtures/TestBundle/Entity/Node.php index 935d97510ba..468c60407d8 100644 --- a/tests/Fixtures/TestBundle/Entity/Node.php +++ b/tests/Fixtures/TestBundle/Entity/Node.php @@ -1,6 +1,5 @@