Skip to content

Commit 1533b73

Browse files
Add missing @return $this annotations
1 parent 43e671d commit 1533b73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Response/AsyncContext.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ public function getInfo(string $type = null)
121121

122122
/**
123123
* Attaches an info to the response.
124+
*
125+
* @return $this
124126
*/
125127
public function setInfo(string $type, $value): self
126128
{

0 commit comments

Comments
 (0)