@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | /** |
21 | 21 | * @var array |
22 | 22 | */ |
23 | - protected $data = []; |
|
23 | + protected $data = [ ]; |
|
24 | 24 | |
25 | 25 | /** |
26 | 26 | * EntityEvent constructor. |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | * @param EntityInterface $entity |
29 | 29 | * @param array $data |
30 | 30 | */ |
31 | - public function __construct($name, EntityInterface $entity, array $data = []) { |
|
31 | + public function __construct($name, EntityInterface $entity, array $data = [ ]) { |
|
32 | 32 | $this->name = $name; |
33 | 33 | $this->entity = $entity; |
34 | 34 | $this->data = $data; |