Skip to content

Commit

Permalink
Merge pull request #300 from franzholz/develop
Browse files Browse the repository at this point in the history
remove @Package and @subpackage
  • Loading branch information
franzholz authored Oct 3, 2024
2 parents 34ba0da + 0dd176b commit 44edb57
Show file tree
Hide file tree
Showing 198 changed files with 109 additions and 407 deletions.
2 changes: 0 additions & 2 deletions Classes/Api/ActivityApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use TYPO3\CMS\Core\SingletonInterface;
use TYPO3\CMS\Core\Utility\GeneralUtility;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/BasketApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use TYPO3\CMS\Core\Domain\Repository\PageRepository;
use TYPO3\CMS\Core\SingletonInterface;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/BasketItemApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use TYPO3\CMS\Core\SingletonInterface;
use TYPO3\CMS\Core\Utility\GeneralUtility;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/BasketItemViewApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use TYPO3\CMS\Core\Service\MarkerBasedTemplateService;
use TYPO3\CMS\Core\SingletonInterface;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/ControlApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
class ControlApi
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/CreditpointsViewApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use TYPO3\CMS\Core\SingletonInterface;
use TYPO3\CMS\Core\Context\Context;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/CustomerApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/

use TYPO3\CMS\Core\Context\Context;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/DatabaseTableApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use JambageCom\Div2007\Utility\CompatibilityUtility;
use JambageCom\Div2007\Utility\FileAbstractionUtility;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/DiscountApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use JambageCom\Div2007\Utility\SystemUtility;
use TYPO3\CMS\Core\Utility\GeneralUtility;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/EditVariantApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use TYPO3\CMS\Core\SingletonInterface;
use TYPO3\CMS\Core\Service\MarkerBasedTemplateService;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/FeUserMarkerApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use TYPO3\CMS\Core\SingletonInterface;
use JambageCom\Div2007\Api\Frontend;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/Localization.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
class Localization extends TranslationBase implements SingletonInterface
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/ParameterApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use Psr\Http\Message\ServerRequestInterface;
use TYPO3\CMS\Core\SingletonInterface;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/PaymentApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
class PaymentApi
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/PaymentGatewayApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use TYPO3\CMS\Core\SingletonInterface;
use JambageCom\Transactor\Api\PaymentApi;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/PaymentShippingHandling.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/

use TYPO3\CMS\Core\Service\MarkerBasedTemplateService;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/PluginApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/

use Psr\EventDispatcher\EventDispatcherInterface;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/PriceApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
class PriceApi
{
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/UpgradeApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use Doctrine\DBAL\ParameterType;
use Psr\Log\LoggerAwareInterface;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Api/VariantApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use TYPO3\CMS\Core\SingletonInterface;
use TYPO3\CMS\Core\Core\Environment;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Controller/ActivityController.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/

use TYPO3\CMS\Core\Context\Context;
Expand Down
2 changes: 0 additions & 2 deletions Classes/Controller/Base/Creator.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
namespace JambageCom\TtProducts\Controller\Base;

Expand Down
2 changes: 0 additions & 2 deletions Classes/Controller/TaxajaxController.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/

use Psr\Http\Message\ResponseInterface;
Expand Down
3 changes: 1 addition & 2 deletions Classes/Hooks/CmsBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
class CmsBackend extends CmsHookBase
{
Expand Down
3 changes: 1 addition & 2 deletions Classes/Hooks/ContentPostProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/

use TYPO3\CMS\Core\Utility\VersionNumberUtility;
Expand Down
3 changes: 1 addition & 2 deletions Classes/Hooks/FrontendProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
class FrontendProcessor
{
Expand Down
3 changes: 1 addition & 2 deletions Classes/Hooks/OrderBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
use TYPO3\CMS\Core\SingletonInterface;
use TYPO3\CMS\Core\TypoScript\TemplateService;
Expand Down
3 changes: 1 addition & 2 deletions Classes/Hooks/TransactorListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
use TYPO3\CMS\Core\Core\Bootstrap;
use TYPO3\CMS\Core\Localization\LanguageService;
Expand Down
3 changes: 1 addition & 2 deletions Classes/UserFunc/MatchCondition.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
use Psr\Http\Message\ServerRequestInterface;
use TYPO3\CMS\Core\Context\Context;
Expand Down
3 changes: 1 addition & 2 deletions Classes/Utility/CreateLanguagesUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
class CreateLanguagesUtility
{
Expand Down
3 changes: 1 addition & 2 deletions Classes/Utility/ImportFalUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
use JambageCom\Div2007\Utility\TableUtility;
use TYPO3\CMS\Core\Core\Environment;
Expand Down
3 changes: 1 addition & 2 deletions Classes/Utility/MoveItemsUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
*
* @author Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
class MoveItemsUtility
{
Expand Down
3 changes: 1 addition & 2 deletions Classes/View/Bill.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
use TYPO3\CMS\Core\SingletonInterface;
use TYPO3\CMS\Core\Utility\GeneralUtility;
Expand Down
3 changes: 1 addition & 2 deletions Classes/View/RelatedList.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/

use Psr\EventDispatcher\EventDispatcherInterface;
Expand Down
3 changes: 1 addition & 2 deletions api/class.tx_ttproducts_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
use TYPO3\CMS\Core\Context\Context;
use TYPO3\CMS\Core\Core\Environment;
Expand Down
2 changes: 0 additions & 2 deletions api/class.tx_ttproducts_api_download.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*/
use TYPO3\CMS\Core\Resource\ResourceFactory;
use TYPO3\CMS\Core\Resource\StorageRepository;
Expand Down
3 changes: 1 addition & 2 deletions api/class.tx_ttproducts_ts.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/

use TYPO3\CMS\Core\Domain\Repository\PageRepository;
Expand Down
3 changes: 1 addition & 2 deletions control/class.tx_ttproducts_activity_finalize.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
use TYPO3\CMS\Core\Context\Context;
use TYPO3\CMS\Core\SingletonInterface;
Expand Down
3 changes: 1 addition & 2 deletions control/class.tx_ttproducts_control_access.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
use TYPO3\CMS\Core\Context\Context;
use TYPO3\CMS\Core\SingletonInterface;
Expand Down
3 changes: 1 addition & 2 deletions control/class.tx_ttproducts_control_address.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
use TYPO3\CMS\Core\Utility\MathUtility;
Expand Down
3 changes: 1 addition & 2 deletions control/class.tx_ttproducts_control_basket.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
use TYPO3\CMS\Core\Context\Context;
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
Expand Down
3 changes: 1 addition & 2 deletions control/class.tx_ttproducts_control_basketquantity.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
*
* @maintainer Franz Holzinger <[email protected]>
*
* @package TYPO3
* @subpackage tt_products
*
*/
use TYPO3\CMS\Core\SingletonInterface;
use TYPO3\CMS\Core\Utility\GeneralUtility;
Expand Down
Loading

0 comments on commit 44edb57

Please sign in to comment.