Skip to content

Commit 6bc9f5a

Browse files
Fix dockblock (#50259)
1 parent 7786835 commit 6bc9f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Cache/Console/PruneStaleTagsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class PruneStaleTagsCommand extends Command
2929
* Execute the console command.
3030
*
3131
* @param \Illuminate\Cache\CacheManager $cache
32-
* @return void
32+
* @return int|null
3333
*/
3434
public function handle(CacheManager $cache)
3535
{

0 commit comments

Comments
 (0)