Skip to content

Commit c08a102

Browse files
committed
fix stan
1 parent d6ba567 commit c08a102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/UserAction.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function getActionForEntity(Model $entity): self
117117
$entity->assertIsEntity($owner);
118118
foreach ($owner->getUserActions() as $name => $action) {
119119
if ($action === $this) {
120-
return $entity->getUserAction($name);
120+
return $entity->getUserAction($name); // @phpstan-ignore-line
121121
}
122122
}
123123

0 commit comments

Comments
 (0)