Dernières modifs (traductions, mon nom dans le code, ...)

This commit is contained in:
2020-12-07 22:20:05 +01:00
parent 40b78b9a63
commit 92dae7030b
24 changed files with 54 additions and 592 deletions

View File

@@ -1,14 +1,5 @@
<?php
/*************************************************************************************/
/* This file is part of the Thelia package. */
/* */
/* Copyright (c) OpenStudio */
/* email : dev@thelia.net */
/* web : http://www.thelia.net */
/* */
/* For the full copyright and license information, please view the LICENSE.txt */
/* file that was distributed with this source code. */
/*************************************************************************************/
namespace DHL\Loop;
use DHL\DHL;
@@ -21,8 +12,8 @@ use Thelia\Core\Translation\Translator;
/**
* Class CheckRightsLoop
* @package DHL\Looop
* @author Thelia <info@thelia.net>
* @package DHL\Loop
* @author Laurent LE CORRE <laurent@thecoredev.fr>
*/
class CheckRightsLoop extends BaseLoop implements ArraySearchLoopInterface
{

View File

@@ -1,14 +1,4 @@
<?php
/*************************************************************************************/
/* This file is part of the Thelia package. */
/* */
/* Copyright (c) OpenStudio */
/* email : dev@thelia.net */
/* web : http://www.thelia.net */
/* */
/* For the full copyright and license information, please view the LICENSE.txt */
/* file that was distributed with this source code. */
/*************************************************************************************/
namespace DHL\Loop;
@@ -21,7 +11,7 @@ use Thelia\Core\Template\Loop\Order;
/**
* Class NotSendLoop
* @package DHL\Loop
* @author Manuel Raynaud <manu@raynaud.io>
* @author Laurent LE CORRE <laurent@thecoredev.fr>
*/
class NotSendLoop extends Order
{