Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Sep 16, 2024
1 parent 55faa9c commit 09f15fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Hydrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tests/HydratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ public function testBaseInheritance(): void
'name' => 'Wheel',
'color' => 'Red',
'id' => 'x7',
'radius' => 17
'radius' => 17,
]
);

Expand Down

0 comments on commit 09f15fd

Please sign in to comment.