From 0d46cf1175af56f214314db245e6340846115fbd Mon Sep 17 00:00:00 2001 From: openlegends Date: Fri, 15 Mar 2024 15:29:08 +0200 Subject: [PATCH] update var name --- src/Test/Card/Goblin.php | 2 +- src/Test/Card/Mouse.php | 2 +- src/Test/Card/Rat.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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