Skip to content

Commit e821452

Browse files
[6.0] cs fixes
1 parent 97bad03 commit e821452

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Response.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,6 @@ public function setContent(?string $content): static
397397

398398
/**
399399
* Gets the current response content.
400-
*
401-
* @return string|false
402400
*/
403401
public function getContent(): string|false
404402
{

Session/Storage/NativeSessionStorage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ public function __construct(array $options = [], AbstractProxy|\SessionHandlerIn
112112

113113
/**
114114
* Gets the save handler instance.
115-
*
116-
* @return AbstractProxy|\SessionHandlerInterface
117115
*/
118116
public function getSaveHandler(): AbstractProxy|\SessionHandlerInterface
119117
{

0 commit comments

Comments
 (0)