diff --git a/src/Test/Card/Goblin.php b/src/Test/Card/Goblin.php index 673b7c8..8f5f7a3 100644 --- a/src/Test/Card/Goblin.php +++ b/src/Test/Card/Goblin.php @@ -7,6 +7,6 @@ namespace OpenLegends\Asset\Test\Card; class Goblin extends \OpenLegends\Engine\Abstract\Card { public function act( - \OpenLegends\Engine\Abstract\Card $card + \OpenLegends\Engine\Abstract\Card $target ) {} } \ No newline at end of file diff --git a/src/Test/Card/Mouse.php b/src/Test/Card/Mouse.php index 3ada372..1c9a4eb 100644 --- a/src/Test/Card/Mouse.php +++ b/src/Test/Card/Mouse.php @@ -7,6 +7,6 @@ namespace OpenLegends\Asset\Test\Card; class Mouse extends \OpenLegends\Engine\Abstract\Card { public function act( - \OpenLegends\Engine\Abstract\Card $card + \OpenLegends\Engine\Abstract\Card $target ) {} } \ No newline at end of file diff --git a/src/Test/Card/Rat.php b/src/Test/Card/Rat.php index 560be13..06a3756 100644 --- a/src/Test/Card/Rat.php +++ b/src/Test/Card/Rat.php @@ -7,6 +7,6 @@ namespace OpenLegends\Asset\Test\Card; class Rat extends \OpenLegends\Engine\Abstract\Card { public function act( - \OpenLegends\Engine\Abstract\Card $card + \OpenLegends\Engine\Abstract\Card $target ) {} } \ No newline at end of file