Skip to content

Commit 6e1bb11

Browse files
authored
Merge pull request #4749 from villfa/fix/crudpanel-set-phpdoc
Fix PHPDoc of CrudPannel::set
2 parents 7b24e05 + 35bc28c commit 6e1bb11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ 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 mixed $value The value you want to store.
30+
* @return mixed Setting value.
3031
*/
3132
public function set(string $key, $value)
3233
{

0 commit comments

Comments
 (0)