Skip to content

Commit 060de6f

Browse files
committed
Adds correct typing for EventFeature $event property
Signed-off-by: Joey Smith <[email protected]> Signed-off-by: Joey Smith <[email protected]>
1 parent 5d8c89d commit 060de6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TableGateway/Feature/EventFeature.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class EventFeature extends AbstractFeature implements
2323
/** @var EventManagerInterface */
2424
protected $eventManager;
2525

26-
/** @var null */
26+
/** @var ?EventFeature\TableGatewayEvent */
2727
protected $event;
2828

2929
public function __construct(

0 commit comments

Comments
 (0)