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

Commit 24c143f

Browse files
committed
Update code-style 💻
1 parent c773735 commit 24c143f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/DataTransferObject.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ public function set(string $key, $value): DataTransferObject
6363
/**
6464
* @param array $items
6565
*
66-
* @throws \ReflectionException
66+
* @throws ReflectionException
67+
*
6768
* @return \DragonCode\SimpleDataTransferObject\DataTransferObject
6869
*/
6970
public function merge(array $items): DataTransferObject

0 commit comments

Comments
 (0)