Skip to content

Commit bdc0dd3

Browse files
authored
Update msq.php
1 parent cbc8530 commit bdc0dd3

File tree

1 file changed

+2
-2
lines changed
  • src/Magento/FunctionalTestingFramework/Util

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/msq.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @param null $id
1414
* @return string
1515
*/
16-
function msq(?int|string|null $id = null)
16+
function msq(?int|string $id = null)
1717
{
1818
if ($id and isset(MagentoSequence::$hash[$id])) {
1919
return MagentoSequence::$hash[$id];
@@ -34,7 +34,7 @@ function msq(?int|string|null $id = null)
3434
* @param null $id
3535
* @return string
3636
*/
37-
function msqs(?int|string|null $id = null)
37+
function msqs(?int|string $id = null)
3838
{
3939
if ($id and isset(MagentoSequence::$suiteHash[$id])) {
4040
return MagentoSequence::$suiteHash[$id];

0 commit comments

Comments
 (0)