mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-04-05 06:42:20 +00:00
Code optimation by PHP-Code Sniffer
This commit is contained in:
@@ -34,25 +34,16 @@ class MenuEvent extends Event
|
||||
$this->request = $request;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return FactoryInterface
|
||||
*/
|
||||
public function getFactory(): FactoryInterface
|
||||
{
|
||||
return $this->factory;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return ItemInterface
|
||||
*/
|
||||
public function getItem(): ItemInterface
|
||||
{
|
||||
return $this->item;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return RequestStack
|
||||
*/
|
||||
public function getRequest(): RequestStack
|
||||
{
|
||||
return $this->request;
|
||||
|
||||
Reference in New Issue
Block a user