Skip to content

Commit 35bc28c

Browse files
committed
Fix PHPDoc of CrudPannel::set
1 parent 39876b3 commit 35bc28c

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)