Completed
Pull Request — master (#61)
by Ron
07:51
created
app/Console/Commands/DatabaseCheck.php 1 patch
Braces   +4 added lines, -8 removed lines patch added patch discarded remove patch
@@ -364,8 +364,7 @@  discard block
 block discarded – undo
364 364
                         'repOnly' => true
365 365
                     ];
366 366
                 }
367
-            }
368
-            else
367
+            } else
369 368
             {
370 369
                 //  Verify that the file exists
371 370
                 $fileData = Files::find($file->file_id);
@@ -468,8 +467,7 @@  discard block
 block discarded – undo
468 467
                         'repOnly' => true
469 468
                     ];
470 469
                 }
471
-            }
472
-            else
470
+            } else
473 471
             {
474 472
                 //  Verify that the file exists
475 473
                 $fileData = Files::find($file->file_id);
@@ -571,8 +569,7 @@  discard block
 block discarded – undo
571 569
                         'repOnly' => true
572 570
                     ];
573 571
                 }
574
-            }
575
-            else
572
+            } else
576 573
             {
577 574
                 //  Verify that the file exists
578 575
                 $fileData = Files::find($file->file_id);
@@ -674,8 +671,7 @@  discard block
 block discarded – undo
674 671
                         'repOnly' => true
675 672
                     ];
676 673
                 }
677
-            }
678
-            else
674
+            } else
679 675
             {
680 676
                 //  Verify that the file exists
681 677
                 $fileData = Files::find($file->file_id);
Please login to merge, or discard this patch.