Passed
Push — master ( ee18fb...955562 )
by Thierry
02:58 queued 27s
created
src/Libraries/Noty/Plugin.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      */
43 43
     public function getScript(): string
44 44
     {
45
-         return $this->render('noty/alert.js');
45
+            return $this->render('noty/alert.js');
46 46
     }
47 47
 
48 48
     /**
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
      */
51 51
     public function getReadyScript(): string
52 52
     {
53
-         return $this->render('noty/ready.js.php');
53
+            return $this->render('noty/ready.js.php');
54 54
     }
55 55
 
56 56
     /**
Please login to merge, or discard this patch.