[TESTS] Add test annotations to core classes

This commit is contained in:
2021-08-08 00:37:02 +00:00
parent 21a5bbe639
commit 2851b899b8
5 changed files with 28 additions and 13 deletions

View File

@@ -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 = [])
{