Skip to content

Commit 1fb93b0

Browse files
[5.4] cs fixes
1 parent d250db3 commit 1fb93b0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Cookie.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@ public function isExpired()
311311

312312
/**
313313
* Gets the samesite attribute of the cookie.
314-
*
315-
* @return string|null
316314
*/
317315
public function getSameSite(): ?string
318316
{

Response.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ public function __construct(string $content = '', int $status = 200, array $head
3737

3838
/**
3939
* Converts the response object to string containing all headers and the response content.
40-
*
41-
* @return string
4240
*/
4341
public function __toString(): string
4442
{
@@ -58,8 +56,6 @@ public function __toString(): string
5856

5957
/**
6058
* Gets the response content.
61-
*
62-
* @return string
6359
*/
6460
public function getContent(): string
6561
{

0 commit comments

Comments
 (0)