Skip to content

Commit 7323a95

Browse files
committed
clarify return type
1 parent e2a8e9e commit 7323a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qossmic/DataTransformer/ValueObjectTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function transform($value)
7474
}
7575

7676
/**
77-
* @return mixed
77+
* @return object
7878
*/
7979
public function reverseTransform($value)
8080
{

0 commit comments

Comments
 (0)