Skip to content

Commit 868b70d

Browse files
committed
Fix compatibility with SSP 2.1
1 parent 694c9fa commit 868b70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/NegotiateController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public function __construct(callable $callback, array &$state)
275275
$this->state = $state;
276276
}
277277

278-
public function sendContent()
278+
public function sendContent(): static
279279
{
280280
call_user_func_array($this->callback, [&$this->state]);
281281
return $this;

0 commit comments

Comments
 (0)