Skip to content

Commit 5e028d2

Browse files
Merge branch '5.4' into 6.0
* 5.4: [DoctrineBridge] Remove dead code [Lock] Remove unused variable [DoctrineBridge] Replace string with FQCN resolution in EntityType Add missing `@return $this` annotations [Notifier] Add missing types to SmscTransport
2 parents af95756 + 1533b73 commit 5e028d2

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): mixed
121121

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

0 commit comments

Comments
 (0)