apply cs-fixer

This commit is contained in:
Manuel Raynaud
2013-08-14 09:29:04 +02:00
parent a3fcb222be
commit 078b1e0d57
125 changed files with 1339 additions and 1491 deletions

View File

@@ -21,10 +21,8 @@
/* */
/*************************************************************************************/
namespace Thelia\Exception;
class InvalidCartException extends \RuntimeException {
}
class InvalidCartException extends \RuntimeException
{
}