Skip to content

Commit

Permalink
Fix dockblock (#50259)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnabil230 committed Feb 26, 2024
1 parent 7786835 commit 6bc9f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Cache/Console/PruneStaleTagsCommand.php
Expand Up @@ -29,7 +29,7 @@ class PruneStaleTagsCommand extends Command
* Execute the console command.
*
* @param \Illuminate\Cache\CacheManager $cache
* @return void
* @return int|null
*/
public function handle(CacheManager $cache)
{
Expand Down

0 comments on commit 6bc9f5a

Please sign in to comment.