update changelog and fix cs
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
/**********************************************************************************/
|
||||
namespace Thelia\Tools;
|
||||
|
||||
|
||||
use Symfony\Component\HttpFoundation\File\UploadedFile;
|
||||
use Thelia\Core\Event\Document\DocumentCreateOrUpdateEvent;
|
||||
use Thelia\Core\Event\Image\ImageCreateOrUpdateEvent;
|
||||
|
||||
@@ -52,6 +52,7 @@ class MoneyFormat extends NumberFormat
|
||||
// FIXME: should be a parameter related to i18n configuration
|
||||
$number = $number . ' ' . $symbol;
|
||||
}
|
||||
|
||||
return $number;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,7 +30,6 @@ use Thelia\Rewriting\RewritingRetriever;
|
||||
use Thelia\Core\HttpFoundation\Request;
|
||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
|
||||
|
||||
class URL
|
||||
{
|
||||
protected $resolver = null;
|
||||
|
||||
Reference in New Issue
Block a user