Improved quality of docblock comments

This commit is contained in:
2018-04-15 22:08:19 +02:00
parent 20b6f1d42c
commit 31634c5054
9 changed files with 132 additions and 7 deletions

View File

@ -32,6 +32,11 @@ class Queue
}
/**
* Destroy the queue
*
* @return void
*/
public function destroy()
{
if ($this->resource) {