Passed
Push — master ( 3f839d...e5fd0a )
by Petr
02:12
created
php-src/Inputs/AuthCsrf.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * @param string $errorMessage
40 40
      * @return $this
41 41
      */
42
-    public function setHidden(string $alias, ArrayAccess &$cookie, string $errorMessage = ''): self
42
+    public function setHidden(string $alias, ArrayAccess & $cookie, string $errorMessage = ''): self
43 43
     {
44 44
         $this->csrf->init($cookie);
45 45
         $this->setEntry($alias);
Please login to merge, or discard this patch.