Skip to content

Commit

Permalink
Adds correct typing for EventFeature $event property
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Smith <[email protected]>

Signed-off-by: Joey Smith <[email protected]>
  • Loading branch information
tyrsson committed Apr 2, 2024
1 parent 5d8c89d commit 060de6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TableGateway/Feature/EventFeature.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class EventFeature extends AbstractFeature implements
/** @var EventManagerInterface */
protected $eventManager;

/** @var null */
/** @var ?EventFeature\TableGatewayEvent */
protected $event;

public function __construct(
Expand Down

0 comments on commit 060de6f

Please sign in to comment.