Skip to content

Commit

Permalink
Merge pull request #305 from Tyrsson/eventfeature-event-type-fix
Browse files Browse the repository at this point in the history
Adds correct typing for EventFeature $event property
  • Loading branch information
Ocramius authored Apr 2, 2024
2 parents 5d8c89d + 060de6f commit 207b9ee
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 207b9ee

Please sign in to comment.