[TESTS] Add test annotations to core classes
This commit is contained in:
@@ -48,6 +48,7 @@ abstract class Queue
|
||||
* @param string $queue
|
||||
* @param bool $high
|
||||
* @param array $stamps
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public static function enqueue($message, string $queue, bool $high = false, array $stamps = [])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user