We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc8530 commit bdc0dd3Copy full SHA for bdc0dd3
src/Magento/FunctionalTestingFramework/Util/msq.php
@@ -13,7 +13,7 @@
13
* @param null $id
14
* @return string
15
*/
16
- function msq(?int|string|null $id = null)
+ function msq(?int|string $id = null)
17
{
18
if ($id and isset(MagentoSequence::$hash[$id])) {
19
return MagentoSequence::$hash[$id];
@@ -34,7 +34,7 @@ function msq(?int|string|null $id = null)
34
35
36
37
- function msqs(?int|string|null $id = null)
+ function msqs(?int|string $id = null)
38
39
if ($id and isset(MagentoSequence::$suiteHash[$id])) {
40
return MagentoSequence::$suiteHash[$id];
0 commit comments