File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/Library/CrudPanel Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ public function label($value)
328328 * For example, the dropdown, select2 and select2 filters let the user select
329329 * pre-determined values to filter with. This is how to set those values that will be picked up.
330330 *
331- * @param array|function $value Key-value array with values for the user to pick from, or a function which also return a Key-value array.
331+ * @param array|string| function $value Key-value array with values for the user to pick from, or a function which also return a Key-value array.
332332 * @return CrudFilter
333333 */
334334 public function values ($ value )
@@ -345,7 +345,7 @@ public function values($value)
345345 *
346346 * Alias of the values() method.
347347 *
348- * @param array|function $value Key-value array with values for the user to pick from, or a function which also return a Key-value array.
348+ * @param array|string| function $value Key-value array with values for the user to pick from, or a function which also return a Key-value array.
349349 * @return CrudFilter
350350 */
351351 public function options ($ value )
You can’t perform that action at this time.
0 commit comments