modify plugin name

This commit is contained in:
2022-06-17 11:59:19 +08:00
parent 0a70a95b63
commit 92b5b248a3
7 changed files with 257 additions and 29 deletions
+10
View File
@@ -98,4 +98,14 @@ class SplQueue implements QueueInterface
// TODO: Implement isFull() method.
return $this->channel->count() >= $this->max;
}
/**
* @return bool
*/
public function isClose(): bool
{
return false;
}
}