Skip to content

Commit 8199039

Browse files
committed
ignore error
1 parent 8026a9a commit 8199039

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Service/Action.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public function create(ActionCreate $action, UserContext $context): int
9292

9393
// call lifecycle
9494
if ($handler instanceof LifecycleInterface) {
95+
/** @phpstan-ignore arguments.count */
9596
$handler->onCreate($name, $parameters, $hash);
9697
}
9798

@@ -144,6 +145,7 @@ public function update(string $actionId, ActionUpdate $action, UserContext $cont
144145

145146
// call lifecycle
146147
if ($handler instanceof LifecycleInterface) {
148+
/** @phpstan-ignore arguments.count */
147149
$handler->onUpdate($name, $parameters, $hash);
148150
}
149151

0 commit comments

Comments
 (0)