Skip to content

Commit 2c9da74

Browse files
authored
QA: fix cs (#25)
1 parent 0867428 commit 2c9da74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function isSecured(): bool
127127
{
128128
return $this->request->isSecured();
129129
}
130-
130+
131131
public function isSameSite(): bool
132132
{
133133
return true;

0 commit comments

Comments
 (0)