mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-09 18:04:33 +02:00
Fixed coding style.
This commit is contained in:
parent
0a94689d98
commit
f2ff77a8b3
44 changed files with 435 additions and 387 deletions
|
@ -34,10 +34,10 @@ use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
|
|||
|
||||
final class U2FRegistrationSubscriber implements EventSubscriberInterface
|
||||
{
|
||||
protected $em;
|
||||
private $em;
|
||||
|
||||
protected $demo_mode;
|
||||
protected $flashBag;
|
||||
private $demo_mode;
|
||||
private $flashBag;
|
||||
/**
|
||||
* @var UrlGeneratorInterface
|
||||
*/
|
||||
|
@ -51,9 +51,6 @@ final class U2FRegistrationSubscriber implements EventSubscriberInterface
|
|||
$this->flashBag = $flashBag;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public static function getSubscribedEvents(): array
|
||||
{
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue