We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1e0ca commit aef8958Copy full SHA for aef8958
src/Illuminate/Cache/RedisStore.php
@@ -253,7 +253,7 @@ public function flush()
253
/**
254
* Remove all expired tag set entries.
255
*
256
- * @return bool
+ * @return void
257
*/
258
public function flushStaleTags()
259
{
src/Illuminate/Console/Signals.php
@@ -84,7 +84,7 @@ protected function initializeSignal($signal)
84
85
* Unregister the current signal handlers.
86
87
- * @return array<int, array<int, callable(int $signal): void>>
88
89
public function unregister()
90
0 commit comments