Completed
Push — master ( 89c8a9...bb4dcf )
by Sergey
03:12
created
src/Helpers/CsrfHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
             return false;
39 39
         }
40 40
 
41
-        preg_match('/' . self::TOKEN_NAME . '\s(\w*)/', $line, $matches);
41
+        preg_match('/'.self::TOKEN_NAME.'\s(\w*)/', $line, $matches);
42 42
         if ($matches) {
43 43
             return $matches[1];
44 44
         }
Please login to merge, or discard this patch.