Skip to content

Commit e70d140

Browse files
committed
ci fix
1 parent 1a75cd4 commit e70d140

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Domain/Subscription/Service/Manager/SubscribePageManager.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ public function __construct(
2121
) {
2222
}
2323

24+
/**
25+
* @SuppressWarnings("BooleanArgumentFlag")
26+
*/
2427
public function createPage(string $title, bool $active = false, ?Administrator $owner = null): SubscribePage
2528
{
2629
$page = new SubscribePage();

0 commit comments

Comments
 (0)