Skip to content

Commit

Permalink
feat(): Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
TiMESPLiNTER committed Aug 30, 2021
1 parent 64dd8a8 commit 1ebfa8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Mapping/DenormalizationFieldMappingFactoryInterface.php
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Chubbyphp\Deserialization\Mapping;

use Chubbyphp\Deserialization\Denormalizer\FieldDenormalizerInterface;
Expand Down Expand Up @@ -58,4 +60,4 @@ public function createReferenceOne(
bool $emptyToNull = false,
?PolicyInterface $policy = null
): DenormalizationFieldMappingInterface;
}
}

0 comments on commit 1ebfa8d

Please sign in to comment.