We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976d40e commit 6bb309cCopy full SHA for 6bb309c
src/TestDouble.php
@@ -34,6 +34,8 @@ trait TestDouble
34
* @param bool|array<mixed> $constructorParams false: disable constructor, array: constructor params
35
*
36
* @return mixed PHPUnit mock object
37
+ *
38
+ * @SuppressWarnings(PHPMD.BooleanArgumentFlag)
39
*/
40
public function getDouble(
41
string $classname,
0 commit comments