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 bdc0dd3 commit 4dd3464Copy full SHA for 4dd3464
src/Magento/FunctionalTestingFramework/Util/msq.php
@@ -13,7 +13,7 @@
13
* @param null $id
14
* @return string
15
*/
16
- function msq(?int|string $id = null)
+ function msq(?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 $id = null)
34
35
36
37
- function msqs(?int|string $id = null)
+ function msqs(?string $id = null)
38
39
if ($id and isset(MagentoSequence::$suiteHash[$id])) {
40
return MagentoSequence::$suiteHash[$id];
0 commit comments