We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd0010 commit 82905a7Copy full SHA for 82905a7
lib/internal/Magento/Framework/FlagManager.php
@@ -44,7 +44,7 @@ public function __construct(
44
* Retrieves raw data from the flag.
45
*
46
* @param string $code The code of flag
47
- * @return array|string|int
+ * @return string|int|float|bool|array|null
48
*/
49
public function getFlagData($code)
50
{
@@ -55,7 +55,7 @@ public function getFlagData($code)
55
* Saves the flag value by code.
56
57
58
- * @param array|string|int $value The value of flag
+ * @param string|int|float|bool|array|null $value The value of flag
59
* @return bool
60
61
public function saveFlag($code, $value)
0 commit comments