Skip to content

Commit

Permalink
Fixed code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Oct 22, 2022
1 parent 74f6921 commit 49ba86b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DataTransferObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ public function set(string $key, $value): DataTransferObject
}

/**
* @throws \ReflectionException
* @param array $items
*
* @throws ReflectionException
*/
public function merge(array $items): DataTransferObject
{
Expand Down

0 comments on commit 49ba86b

Please sign in to comment.