Completed
Push — master ( 109ddf...7c053a )
by
unknown
14s queued 10s
created
src/database/seeds/BantenprovJenisPrestasiSeeder.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/BantenprovMasterPrestasiSeeder.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -78,6 +78,10 @@
 block discarded – undo
78 78
         echo"\n\n";
79 79
     }
80 80
     /* text color: orange */
81
+
82
+    /**
83
+     * @param string $text
84
+     */
81 85
     protected function orangeText($text)
82 86
     {
83 87
         printf($this->ORANGE.$text.$this->NC);
Please login to merge, or discard this patch.
src/database/seeds/BantenprovPrestasiSeeder.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -72,6 +72,10 @@
 block discarded – undo
72 72
         echo"\n\n";
73 73
     }
74 74
     /* text color: orange */
75
+
76
+    /**
77
+     * @param string $text
78
+     */
75 79
     protected function orangeText($text)
76 80
     {
77 81
         printf($this->ORANGE.$text.$this->NC);
Please login to merge, or discard this patch.