Skip to content

Commit

Permalink
Merge pull request #37 from nutgram/analysis-YOyWKv
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
sergix44 authored Jan 7, 2024
2 parents da62c55 + b29869b commit 36deeb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Hydrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
use SergiX44\Hydrator\Annotation\SkipConstructor;
use SergiX44\Hydrator\Annotation\UnionResolver;
use SergiX44\Hydrator\Exception\InvalidObjectException;

use function array_key_exists;
use function class_exists;
use function ctype_digit;
Expand All @@ -37,6 +38,7 @@
use function is_subclass_of;
use function sprintf;
use function strtotime;

use const FILTER_NULL_ON_FAILURE;
use const FILTER_VALIDATE_BOOLEAN;
use const FILTER_VALIDATE_FLOAT;
Expand Down

0 comments on commit 36deeb4

Please sign in to comment.