Skip to content

Commit f5514bc

Browse files
authored
Fix the docblock of the BroadcastManager::purge method. (#57758)
1 parent 3152112 commit f5514bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Broadcasting/BroadcastManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public function setDefaultDriver($name)
465465
}
466466

467467
/**
468-
* Disconnect the given disk and remove from local cache.
468+
* Disconnect the given driver / connection and remove it from local cache.
469469
*
470470
* @param string|null $name
471471
* @return void

0 commit comments

Comments
 (0)