From 09f15fd4a1e7a8f1bbab7e09063719133cfefa86 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 16 Sep 2024 11:14:14 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Hydrator.php | 1 - tests/HydratorTest.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Hydrator.php b/src/Hydrator.php index eeb58b7..ee214c1 100644 --- a/src/Hydrator.php +++ b/src/Hydrator.php @@ -22,7 +22,6 @@ use Yiisoft\Hydrator\TypeCaster\TypeCasterInterface; use function is_array; -use function var_dump; /** * Creates or hydrate objects from a set of raw data. diff --git a/tests/HydratorTest.php b/tests/HydratorTest.php index 189ba68..a27e5e3 100644 --- a/tests/HydratorTest.php +++ b/tests/HydratorTest.php @@ -782,7 +782,7 @@ public function testBaseInheritance(): void 'name' => 'Wheel', 'color' => 'Red', 'id' => 'x7', - 'radius' => 17 + 'radius' => 17, ] );