Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Sep 7, 2022
1 parent 41bffcf commit b464655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Csrf/src/Config/CsrfConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function getCookieLifetime(): ?int

public function isCookieSecure(): bool
{
return ! empty($this->config['secure']);
return !empty($this->config['secure']);
}

public function getSameSite(): ?string
Expand Down

0 comments on commit b464655

Please sign in to comment.