We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4871f7 commit 47fd2e6Copy full SHA for 47fd2e6
src/Magento/FunctionalTestingFramework/Util/TestGenerator.php
@@ -1938,10 +1938,10 @@ private function validateParameterArray($paramArray)
1938
*
1939
* @param string|null $value
1940
* @param string|null $type
1941
- * @return string
+ * @return string|null
1942
* @throws TestReferenceException
1943
*/
1944
- private function resolveValueByType($value = null, $type = null): ?string
+ private function resolveValueByType($value = null, $type = null)
1945
{
1946
if (null === $value) {
1947
return null;
0 commit comments