Completed
Push — master ( d690fb...22fdaf )
by wen
16:44 queued 10s
created
src/Console/ComponentMakeCommand.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -215,6 +215,9 @@  discard block
 block discarded – undo
215 215
         return $model;
216 216
     }
217 217
 
218
+    /**
219
+     * @param string $model
220
+     */
218 221
     protected function getViewColumns($model)
219 222
     {
220 223
         $columns = $this->getTableColumns($model);
@@ -249,6 +252,9 @@  discard block
 block discarded – undo
249 252
         return $this->columnTypeMappings[$name] ?? 'text';
250 253
     }
251 254
 
255
+    /**
256
+     * @param string $model
257
+     */
252 258
     protected function getFormElements($model)
253 259
     {
254 260
         $columns = $this->getTableColumns($model);
Please login to merge, or discard this patch.