mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
[TASK] Remove author annotations (#294)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
parent
04d8ffed31
commit
4bde411dd8
10 changed files with 0 additions and 20 deletions
|
@ -10,8 +10,6 @@ use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
|
|||
|
||||
/**
|
||||
* Controller for the main "Tea" FE plugin.
|
||||
*
|
||||
* @author Oliver Klee <typo3-coding@oliverklee.de
|
||||
*/
|
||||
class TeaController extends ActionController
|
||||
{
|
||||
|
|
|
@ -11,8 +11,6 @@ use TYPO3\CMS\Extbase\Persistence\Generic\LazyLoadingProxy;
|
|||
|
||||
/**
|
||||
* This class represents a tea (flavor), e.g., "Earl Grey".
|
||||
*
|
||||
* @author Oliver Klee <typo3-coding@oliverklee.de
|
||||
*/
|
||||
class Tea extends AbstractEntity
|
||||
{
|
||||
|
|
|
@ -10,8 +10,6 @@ use TYPO3\CMS\Extbase\Persistence\Repository;
|
|||
|
||||
/**
|
||||
* Repository for Tea models.
|
||||
*
|
||||
* @author Oliver Klee <typo3-coding@oliverklee.de
|
||||
*/
|
||||
class TeaRepository extends Repository
|
||||
{
|
||||
|
|
|
@ -11,8 +11,6 @@ use TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface;
|
|||
* This trait for repositories makes the repository ignore the storage page setting when fetching models.
|
||||
*
|
||||
* @property ObjectManagerInterface $objectManager
|
||||
*
|
||||
* @author Oliver Klee <typo3-coding@oliverklee.de
|
||||
*/
|
||||
trait StoragePageAgnosticTrait
|
||||
{
|
||||
|
|
|
@ -6,8 +6,6 @@ namespace TTN\Tea\Tests\Acceptance;
|
|||
|
||||
/**
|
||||
* Test case.
|
||||
*
|
||||
* @author Oliver Klee <typo3-coding@oliverklee.de>
|
||||
*/
|
||||
class StarterCest
|
||||
{
|
||||
|
|
|
@ -9,8 +9,6 @@ use TYPO3\CMS\Core\Utility\VersionNumberUtility;
|
|||
|
||||
/**
|
||||
* Test case.
|
||||
*
|
||||
* @author Oliver Klee <typo3-coding@oliverklee.de>
|
||||
*/
|
||||
class TeaControllerTest extends FunctionalTestCase
|
||||
{
|
||||
|
|
|
@ -14,8 +14,6 @@ use TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager;
|
|||
|
||||
/**
|
||||
* Test case.
|
||||
*
|
||||
* @author Oliver Klee <typo3-coding@oliverklee.de
|
||||
*/
|
||||
class TeaRepositoryTest extends FunctionalTestCase
|
||||
{
|
||||
|
|
|
@ -16,8 +16,6 @@ use TYPO3\CMS\Fluid\View\TemplateView;
|
|||
|
||||
/**
|
||||
* Test case.
|
||||
*
|
||||
* @author Oliver Klee <typo3-coding@oliverklee.de
|
||||
*/
|
||||
class TeaControllerTest extends UnitTestCase
|
||||
{
|
||||
|
|
|
@ -11,8 +11,6 @@ use TYPO3\CMS\Extbase\DomainObject\AbstractEntity;
|
|||
|
||||
/**
|
||||
* Test case.
|
||||
*
|
||||
* @author Oliver Klee <typo3-coding@oliverklee.de
|
||||
*/
|
||||
class TeaTest extends UnitTestCase
|
||||
{
|
||||
|
|
|
@ -12,8 +12,6 @@ use TYPO3\CMS\Extbase\Persistence\Repository;
|
|||
|
||||
/**
|
||||
* Test case.
|
||||
*
|
||||
* @author Oliver Klee <typo3-coding@oliverklee.de
|
||||
*/
|
||||
class TeaRepositoryTest extends UnitTestCase
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue