added lib class property for proper code-completion
This commit is contained in:
@ -5,4 +5,6 @@ use Symfony\Component\EventDispatcher\Event as SymfonyEvent;
|
||||
|
||||
class Event extends SymfonyEvent
|
||||
{
|
||||
/** @var Response $response */
|
||||
public $response = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user