Loading core/modules/big_pipe/src/Render/BigPipeResponse.php +1 −1 Changes for core/modules/big_pipe/src/Render/BigPipeResponse.php: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ public function setBigPipeService(BigPipe $big_pipe) { /** * {@inheritdoc} */ public function sendContent() { public function sendContent(): static { $this->bigPipe->sendContent($this); // All BigPipe placeholders are processed, so update this response's Loading Loading
core/modules/big_pipe/src/Render/BigPipeResponse.php +1 −1 Changes for core/modules/big_pipe/src/Render/BigPipeResponse.php: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ public function setBigPipeService(BigPipe $big_pipe) { /** * {@inheritdoc} */ public function sendContent() { public function sendContent(): static { $this->bigPipe->sendContent($this); // All BigPipe placeholders are processed, so update this response's Loading