coding & phpdoc improvements continued #2

This commit is contained in:
Steffen Schröder
2014-05-27 22:50:28 +02:00
parent c284feb843
commit b92b592900
3 changed files with 22 additions and 18 deletions

View File

@ -190,7 +190,7 @@ class MapQueue implements CallbackListener, CommandListener {
/**
* Returns the current queue buffer
*
* @return array
* @return string[]
*/
public function getQueueBuffer() {
return $this->buffer;