diff --git a/hwe/sammo/Event/Action.php b/hwe/sammo/Event/Action.php index 27b8d393..e6a7c6cf 100644 --- a/hwe/sammo/Event/Action.php +++ b/hwe/sammo/Event/Action.php @@ -20,6 +20,7 @@ abstract class Action{ } $args = array_slice($actionArgs, 1); + /** @var \ReflectionClass */ $ref = new \ReflectionClass($className); return $ref->newInstanceArgs($args); }