Skip to content

Commit 0ad069c

Browse files
authored
Merge pull request #4177 from bomshteyn/patch-1
The set is expecting wrong param type
2 parents a526e8c + 78d6786 commit 0ad069c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/Traits/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function get(string $key)
2626
* Setter for the settings key-value store.
2727
*
2828
* @param string $key Usually operation.name (ex: reorder.max_level)
29-
* @param bool $value True/false depending on success.
29+
* @param string $value The value being set
3030
*/
3131
public function set(string $key, $value)
3232
{

0 commit comments

Comments
 (0)