Completed
Push — master ( bf423a...bec1a1 )
by
unknown
10s
created
src/database/seeds/BantenprovJuara.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -66,6 +66,10 @@
 block discarded – undo
66 66
         echo"\n\n";
67 67
     }
68 68
     /* text color: orange */
69
+
70
+    /**
71
+     * @param string $text
72
+     */
69 73
     protected function orangeText($text)
70 74
     {
71 75
         printf($this->ORANGE.$text.$this->NC);
Please login to merge, or discard this patch.
src/database/seeds/BantenprovTingkat.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -66,6 +66,10 @@
 block discarded – undo
66 66
         echo"\n\n";
67 67
     }
68 68
     /* text color: orange */
69
+
70
+    /**
71
+     * @param string $text
72
+     */
69 73
     protected function orangeText($text)
70 74
     {
71 75
         printf($this->ORANGE.$text.$this->NC);
Please login to merge, or discard this patch.