Skip to content

Commit 47427a1

Browse files
committed
Update ResponseFactory.php
1 parent 5fc7a81 commit 47427a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ResponseFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function merge($value): MergeProp
156156

157157
/**
158158
* @param mixed $value
159-
* @return AlwaysProp
159+
* @return MergeProp
160160
*/
161161
public function deepMerge($value): MergeProp
162162
{
@@ -165,6 +165,7 @@ public function deepMerge($value): MergeProp
165165

166166
/**
167167
* @param mixed $value
168+
* @return AlwaysProp
168169
*/
169170
public function always($value): AlwaysProp
170171
{

0 commit comments

Comments
 (0)