Passed
Push — master ( 0c5836...7e4fb9 )
by Thierry
02:39
created
src/Library/Noty/NotyLibrary.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
      */
61 61
     public function getScript(): string
62 62
     {
63
-         return $this->xHelper->render('noty/alert.js');
63
+            return $this->xHelper->render('noty/alert.js');
64 64
     }
65 65
 
66 66
     /**
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
      */
69 69
     public function getReadyScript(): string
70 70
     {
71
-         return $this->xHelper->render('noty/ready.js.php');
71
+            return $this->xHelper->render('noty/ready.js.php');
72 72
     }
73 73
 
74 74
     /**
Please login to merge, or discard this patch.