We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e028d2 commit 31762b1Copy full SHA for 31762b1
Response/AsyncContext.php
@@ -124,7 +124,7 @@ public function getInfo(string $type = null): mixed
124
*
125
* @return $this
126
*/
127
- public function setInfo(string $type, mixed $value): self
+ public function setInfo(string $type, mixed $value): static
128
{
129
if ('canceled' === $type && $value !== $this->info['canceled']) {
130
throw new \LogicException('You cannot set the "canceled" info directly.');
0 commit comments