Passed
Push — master ( 9b3a22...f80704 )
by Thierry
07:39 queued 05:30
created
src/Noty/NotyLibrary.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      */
64 64
     public function getScript(): string
65 65
     {
66
-         return $this->helper()->render('noty/alert.js');
66
+            return $this->helper()->render('noty/alert.js');
67 67
     }
68 68
 
69 69
     /**
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      */
72 72
     public function getReadyScript(): string
73 73
     {
74
-         return $this->helper()->render('noty/ready.js.php');
74
+            return $this->helper()->render('noty/ready.js.php');
75 75
     }
76 76
 
77 77
     /**
Please login to merge, or discard this patch.