Completed
Push — master ( 96817d...0a989a )
by
unknown
13s queued 10s
created
src/database/seeds/BantenprovOrangTuaSeeder.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -90,6 +90,10 @@
 block discarded – undo
90 90
         echo"\n\n";
91 91
     }
92 92
     /* text color: orange */
93
+
94
+    /**
95
+     * @param string $text
96
+     */
93 97
     protected function orangeText($text)
94 98
     {
95 99
         printf($this->ORANGE.$text.$this->NC);
Please login to merge, or discard this patch.