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 @@