Completed
Push — master ( 20aa8d...02ffc1 )
by David
02:49
created
src/Helpers/CrudApi.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -146,6 +146,9 @@
 block discarded – undo
146 146
         return $jsMethod;
147 147
     }
148 148
 
149
+    /**
150
+     * @param string $type
151
+     */
149 152
     public function renderFields($type, $fields = [])
150 153
     {
151 154
         if (empty($fields)) {
Please login to merge, or discard this patch.