Improved quality of docblock comments
This commit is contained in:
@ -32,6 +32,11 @@ class Queue
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Destroy the queue
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function destroy()
|
||||
{
|
||||
if ($this->resource) {
|
||||
|
Reference in New Issue
Block a user