forked from mirror/Part-DB.Part-DB-server
Fixed coding style.
This commit is contained in:
parent
0a94689d98
commit
f2ff77a8b3
44 changed files with 435 additions and 387 deletions
|
@ -38,10 +38,10 @@ use Symfony\Contracts\Translation\TranslatorInterface;
|
|||
*/
|
||||
final class LoginSuccessListener implements EventSubscriberInterface
|
||||
{
|
||||
protected $translator;
|
||||
protected $flashBag;
|
||||
protected $eventLogger;
|
||||
protected $gpdr_compliance;
|
||||
private $translator;
|
||||
private $flashBag;
|
||||
private $eventLogger;
|
||||
private $gpdr_compliance;
|
||||
|
||||
public function __construct(TranslatorInterface $translator, FlashBagInterface $flashBag, EventLogger $eventLogger, bool $gpdr_compliance)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue