Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 21d8817

Browse files
committed
CS fixes per phpcs
1 parent c1bed80 commit 21d8817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Csrf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ public function __construct($options = [])
116116
*/
117117
public function isValid($value, $context = null)
118118
{
119-
if (! is_string($value) ){
120-
return false;
119+
if (! is_string($value)) {
120+
return false;
121121
}
122-
122+
123123
$this->setValue($value);
124124

125125
$tokenId = $this->getTokenIdFromHash($value);

0 commit comments

Comments
 (0)