Skip to content

Commit

Permalink
Update return type in docblock to make phpstan happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Mar 27, 2024
1 parent 36a993a commit da51867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/CacheClearSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function handle(): void
* Register the listeners for the subscriber.
*
*
* @return array
* @return void
*/
public function subscribe(Dispatcher $events): void
{
Expand Down

0 comments on commit da51867

Please sign in to comment.