Skip to content

Commit 82905a7

Browse files
MAGETWO-67159: [TD] Deployment commands improvements
1 parent 8cd0010 commit 82905a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/FlagManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(
4444
* Retrieves raw data from the flag.
4545
*
4646
* @param string $code The code of flag
47-
* @return array|string|int
47+
* @return string|int|float|bool|array|null
4848
*/
4949
public function getFlagData($code)
5050
{
@@ -55,7 +55,7 @@ public function getFlagData($code)
5555
* Saves the flag value by code.
5656
*
5757
* @param string $code The code of flag
58-
* @param array|string|int $value The value of flag
58+
* @param string|int|float|bool|array|null $value The value of flag
5959
* @return bool
6060
*/
6161
public function saveFlag($code, $value)

0 commit comments

Comments
 (0)