diff options
Diffstat (limited to 'tests/PlanetTest.php')
-rw-r--r-- | tests/PlanetTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PlanetTest.php b/tests/PlanetTest.php index 5cec1ce..17fdca8 100644 --- a/tests/PlanetTest.php +++ b/tests/PlanetTest.php @@ -38,7 +38,7 @@ class PlanetTest extends TestCase protected $planet; protected $items; - public function setUp() + public function setUp() : void { $this->planet = new Planet(); |