Skip to content

Commit bc90eb3

Browse files
committed
Apply php-cs-fixer rules
1 parent 7c8bcef commit bc90eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function __construct(
9595
PropertyInfoExtractorInterface $extractor,
9696
PropertyAccessorInterface $accessor,
9797
?PropertyNameConverterInterface $nameConverter = null,
98-
array $classMap = []
98+
array $classMap = [],
9999
) {
100100
$this->extractor = $extractor;
101101
$this->accessor = $accessor;

0 commit comments

Comments
 (0)