Passed
Push — master ( 7af7f9...edbc79 )
by Korotkov
04:12 queued 02:09
created
app/Ship/Errors/ErrorsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use App\Ship\ShipController;
6 6
 use Rudra\View\ViewFacade as View;
7 7
 
8
-class ErrorsController extends ShipController{
8
+class ErrorsController extends ShipController {
9 9
     public function containerInit(): void
10 10
     {
11 11
         View::setup(dirname(__DIR__) . "/Errors/UI/tmpl");
Please login to merge, or discard this patch.