Skip to content

Commit

Permalink
[10.x] Fix return types (#47561)
Browse files Browse the repository at this point in the history
* Update Signals.php

* Update RedisStore.php
  • Loading branch information
PerryvanderMeer authored Jun 25, 2023
1 parent bc1e0ca commit aef8958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Cache/RedisStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public function flush()
/**
* Remove all expired tag set entries.
*
* @return bool
* @return void
*/
public function flushStaleTags()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Signals.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected function initializeSignal($signal)
/**
* Unregister the current signal handlers.
*
* @return array<int, array<int, callable(int $signal): void>>
* @return void
*/
public function unregister()
{
Expand Down

0 comments on commit aef8958

Please sign in to comment.