Passed
Push — master ( 36a87e...78eecf )
by Stefan
02:36
created
src/WebAuthn/Store/Database.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -304,7 +304,7 @@
 block discarded – undo
304 304
         );
305 305
 
306 306
         while ($row = $st->fetch(PDO::FETCH_NUM)) {
307
-            if(is_resource($row[1])){
307
+            if (is_resource($row[1])) {
308 308
                 $row[1] = stream_get_contents($row[1]);
309 309
             }
310 310
             $ret[] = $row;
Please login to merge, or discard this patch.