From af63c23c9595cbca42979059918850918b64ebb0 Mon Sep 17 00:00:00 2001 From: Francis Hilaire Date: Tue, 30 Apr 2024 01:47:22 +0200 Subject: [PATCH] Revert PHPDoc --- src/Fixture/Factory/EuropeanChannelExampleFactory.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Fixture/Factory/EuropeanChannelExampleFactory.php b/src/Fixture/Factory/EuropeanChannelExampleFactory.php index 9a60bc8..6ac59ac 100644 --- a/src/Fixture/Factory/EuropeanChannelExampleFactory.php +++ b/src/Fixture/Factory/EuropeanChannelExampleFactory.php @@ -20,6 +20,9 @@ class EuropeanChannelExampleFactory extends AbstractExampleFactory private OptionsResolver $optionsResolver; public function __construct( + /** + * @var ChannelRepositoryInterface + */ private ChannelRepositoryInterface $channelRepository, /** * @var RepositoryInterface