Skip to content

Commit

Permalink
[UPDATE] Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Neirda24 committed Jul 2, 2024
1 parent 871ce46 commit 362d02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
;

return (new PhpCsFixer\Config())
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
->setUsingCache(false)
->setRiskyAllowed(true)
->setRules([
Expand Down
2 changes: 1 addition & 1 deletion src/Builder/DefaultBuilderTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected function addNormalizer(string $key, \Closure $normalizer): void
/**
* @return array<string, mixed>
*/
private function encodeData(string $key, mixed $value): array
protected function encodeData(string $key, mixed $value): array
{
try {
$encodedValue = json_encode($value, \JSON_THROW_ON_ERROR);
Expand Down

0 comments on commit 362d02a

Please sign in to comment.