Skip to content

Commit 6bb309c

Browse files
committed
docs: add @SuppressWarnings(PHPMD.BooleanArgumentFlag)
1 parent 976d40e commit 6bb309c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TestDouble.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ trait TestDouble
3434
* @param bool|array<mixed> $constructorParams false: disable constructor, array: constructor params
3535
*
3636
* @return mixed PHPUnit mock object
37+
*
38+
* @SuppressWarnings(PHPMD.BooleanArgumentFlag)
3739
*/
3840
public function getDouble(
3941
string $classname,

0 commit comments

Comments
 (0)