Skip to content

Commit 1cada5a

Browse files
committed
minor #113 clarify return type (xabbuh)
This PR was merged into the 0.2-dev branch. Discussion ---------- clarify return type Commits ------- 7323a95 clarify return type
2 parents 1fd8324 + 7323a95 commit 1cada5a

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)