Fix cs
modifié: core/lib/Thelia/Core/Event/SessionEvent.php modifié: core/lib/Thelia/Core/EventListener/SessionListener.php modifié: core/lib/Thelia/Core/TheliaKernelEvents.php modifié: core/lib/Thelia/Model/CartItem.php
This commit is contained in:
@@ -14,7 +14,6 @@ namespace Thelia\Core\Event;
|
||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
use Symfony\Component\HttpFoundation\Session\SessionInterface;
|
||||
|
||||
|
||||
/**
|
||||
* Class SessionEvent
|
||||
* @package Thelia\Core\Event
|
||||
@@ -71,5 +70,4 @@ class SessionEvent extends ActionEvent
|
||||
return $this->session;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,6 @@ use Thelia\Core\HttpFoundation\Session\Session;
|
||||
use Thelia\Core\TheliaKernelEvents;
|
||||
use Thelia\Model\ConfigQuery;
|
||||
|
||||
|
||||
/**
|
||||
* Class SessionListener
|
||||
* @package Thelia\Core\EventListener
|
||||
@@ -79,4 +78,4 @@ class SessionListener implements EventSubscriberInterface
|
||||
]
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
namespace Thelia\Core;
|
||||
|
||||
|
||||
/**
|
||||
* Class TheliaKernelEvents
|
||||
* @package Thelia\Core
|
||||
@@ -23,4 +22,4 @@ final class TheliaKernelEvents
|
||||
|
||||
const SESSION = "thelia_kernel.session";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user