Skip to content

Commit 79e48cf

Browse files
CS fixes
1 parent e78f1bd commit 79e48cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StreamedResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ public function sendContent(): static
9595
}
9696

9797
/**
98-
* @throws \LogicException when the content is not null
99-
*
10098
* @return $this
99+
*
100+
* @throws \LogicException when the content is not null
101101
*/
102102
public function setContent(?string $content): static
103103
{

0 commit comments

Comments
 (0)