Skip to content

Commit

Permalink
Add missing trailing comma to default context array
Browse files Browse the repository at this point in the history
  • Loading branch information
subiabre committed Dec 24, 2024
1 parent ee31334 commit 9ab5167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mapping/AutoMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class AutoMapper implements AutoMapperInterface
public const CACHE_DIR = 'automapper';

public const DEFAULT_CONTEXT = [
'skip_null_values' => true
'skip_null_values' => true,
];

private AutoMapperInterface $innerMapper;
Expand Down

0 comments on commit 9ab5167

Please sign in to comment.