mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 05:36:13 +02:00
Commit graph

2 commits

Author SHA1 Message Date
1539650c7b
[WIP][TASK] Add PHPStan extension for to dos
A new composer package "staabm/phpstan-todo-by" is added.
This one is a PHPStan extension which will check for open to dos.

This is very helpful for TYPO3 version checks.

WIP:
    Our setup is not following composer defaults and is not supported
    yet.
    Wait for: https://github.com/staabm/phpstan-todo-by/issues/85

Resolves: #1158
2024-02-07 07:25:45 +01:00
Oliver Klee
eeda862e77
[!!!][TASK] Drop additional namespace segment for the Tea model (#1025)
The `Product` namespace segment in the domain model namespace
`TTN\Tea\Domain\Model` currently serves no purpose and only adds
confusion. So let's simplify the extension structure accordingly.

(I intended to use this to demonstrate DDD contexts, but never
built enough models in the Tea extension for this to actually
make sense.)

Fixes #1008
2024-01-16 15:21:21 +01:00
Renamed from Configuration/TCA/tx_tea_domain_model_product_tea.php (Browse further)