From 4bde411dd8d17e8dd35854133a47854836aa686f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Tue, 7 Sep 2021 08:51:11 +0200 Subject: [PATCH] [TASK] Remove author annotations (#294) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Łukasz Uznański --- Classes/Controller/TeaController.php | 2 -- Classes/Domain/Model/Product/Tea.php | 2 -- Classes/Domain/Repository/Product/TeaRepository.php | 2 -- Classes/Domain/Repository/Traits/StoragePageAgnosticTrait.php | 2 -- Tests/Acceptance/StarterCest.php | 2 -- Tests/Functional/Controller/TeaControllerTest.php | 2 -- .../Functional/Domain/Repository/Product/TeaRepositoryTest.php | 2 -- Tests/Unit/Controller/TeaControllerTest.php | 2 -- Tests/Unit/Domain/Model/Product/TeaTest.php | 2 -- Tests/Unit/Domain/Repository/Product/TeaRepositoryTest.php | 2 -- 10 files changed, 20 deletions(-) diff --git a/Classes/Controller/TeaController.php b/Classes/Controller/TeaController.php index 0467287..7170f26 100644 --- a/Classes/Controller/TeaController.php +++ b/Classes/Controller/TeaController.php @@ -10,8 +10,6 @@ use TYPO3\CMS\Extbase\Mvc\Controller\ActionController; /** * Controller for the main "Tea" FE plugin. - * - * @author Oliver Klee */ class StarterCest { diff --git a/Tests/Functional/Controller/TeaControllerTest.php b/Tests/Functional/Controller/TeaControllerTest.php index 86dac93..3390a4c 100644 --- a/Tests/Functional/Controller/TeaControllerTest.php +++ b/Tests/Functional/Controller/TeaControllerTest.php @@ -9,8 +9,6 @@ use TYPO3\CMS\Core\Utility\VersionNumberUtility; /** * Test case. - * - * @author Oliver Klee */ class TeaControllerTest extends FunctionalTestCase { diff --git a/Tests/Functional/Domain/Repository/Product/TeaRepositoryTest.php b/Tests/Functional/Domain/Repository/Product/TeaRepositoryTest.php index f91f28c..d5ce539 100644 --- a/Tests/Functional/Domain/Repository/Product/TeaRepositoryTest.php +++ b/Tests/Functional/Domain/Repository/Product/TeaRepositoryTest.php @@ -14,8 +14,6 @@ use TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager; /** * Test case. - * - * @author Oliver Klee