Passed
Push — master ( 24dedf...91f4e2 )
by Vince
02:40
created
src/responsible.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -383,7 +383,7 @@
 block discarded – undo
383 383
         $getJWT = (isset($options['getJWT']) && is_bool($options['getJWT']))
384 384
         ? $options['getJWT'] : true;
385 385
 
386
-        $getSecretAppend = (isset($options['secret']) && ($options['secret'] == 'append') )
386
+        $getSecretAppend = (isset($options['secret']) && ($options['secret'] == 'append'))
387 387
         ? $options['secret'] : false;
388 388
 
389 389
         return (new user\user())
Please login to merge, or discard this patch.