Completed
Push — master ( 159a33...96406a )
by
unknown
10s
created
src/database/seeds/BantenprovUserSeeder.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -98,12 +98,20 @@
 block discarded – undo
98 98
     }
99 99
 
100 100
     /* text color: orange */
101
+
102
+    /**
103
+     * @param string $text
104
+     */
101 105
     protected function orangeText($text)
102 106
     {    
103 107
         printf($this->ORANGE.$text.$this->NC);
104 108
     }
105 109
 
106 110
     /* text color: green */
111
+
112
+    /**
113
+     * @param string $text
114
+     */
107 115
     protected function greenText($text)
108 116
     {    
109 117
         printf($this->GRN.$text.$this->NC);
Please login to merge, or discard this patch.