Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 49ba86b

Browse files
Fixed code-style
1 parent 74f6921 commit 49ba86b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DataTransferObject.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ public function set(string $key, $value): DataTransferObject
6161
}
6262

6363
/**
64-
* @throws \ReflectionException
64+
* @param array $items
65+
*
66+
* @throws ReflectionException
6567
*/
6668
public function merge(array $items): DataTransferObject
6769
{

0 commit comments

Comments
 (0)