diff --git a/src/Test/Card/Goblin.php b/src/Test/Card/Goblin.php index e7ac28e..7225092 100644 --- a/src/Test/Card/Goblin.php +++ b/src/Test/Card/Goblin.php @@ -54,7 +54,7 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card } public function act( - \OpenLegends\Engine\Abstract\Card $target + \OpenLegends\Engine\Abstract\Action\Card $action ) { $this->attack( $target diff --git a/src/Test/Card/Mouse.php b/src/Test/Card/Mouse.php index d61c1e2..06c3b31 100644 --- a/src/Test/Card/Mouse.php +++ b/src/Test/Card/Mouse.php @@ -54,7 +54,7 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card } public function act( - \OpenLegends\Engine\Abstract\Card $target + \OpenLegends\Engine\Abstract\Action\Card $action ) { $this->attack( $target diff --git a/src/Test/Card/Rat.php b/src/Test/Card/Rat.php index 761bc97..bbad971 100644 --- a/src/Test/Card/Rat.php +++ b/src/Test/Card/Rat.php @@ -54,7 +54,7 @@ class Rat extends \OpenLegends\Engine\Abstract\Card } public function act( - \OpenLegends\Engine\Abstract\Card $target + \OpenLegends\Engine\Abstract\Action\Card $action ) { $this->attack( $target