Skip to content

Commit c65ca47

Browse files
committed
Fix
1 parent 69f4c1a commit c65ca47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serializer/EloquentDenormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private function createDataArrayForModel(array $data, Model $entity): array
9292

9393
/**
9494
* Пробует преобразовать имя параметра так, чтобы получить соответствие из модели.
95-
*
95+
*
9696
* @psalm-suppress MixedArgument
9797
*/
9898
private function mapParameterNameToModelAttributeName(string $name, Model $entity): ?string

0 commit comments

Comments
 (0)