From ba18869c8551913b0eef563e613ccfaf292a4e58 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 1 Apr 2022 19:25:25 +0800 Subject: [PATCH] fix cs --- tests/ZM/API/CQTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ZM/API/CQTest.php b/tests/ZM/API/CQTest.php index 5585ba16..89afcdde 100644 --- a/tests/ZM/API/CQTest.php +++ b/tests/ZM/API/CQTest.php @@ -211,6 +211,8 @@ class CQTest extends TestCase /** * @dataProvider providerGetCQ + * @param mixed $cq + * @param mixed $expected */ public function testGetCQ($cq, $expected) {