Skip to content

Commit

Permalink
Update code-style 💻
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 11, 2022
1 parent c773735 commit 24c143f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DataTransferObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ public function set(string $key, $value): DataTransferObject
/**
* @param array $items
*
* @throws \ReflectionException
* @throws ReflectionException
*
* @return \DragonCode\SimpleDataTransferObject\DataTransferObject
*/
public function merge(array $items): DataTransferObject
Expand Down

0 comments on commit 24c143f

Please sign in to comment.