Skip to content

Commit 47fd2e6

Browse files
committed
We still have to support PHP 7.1 :-(
1 parent c4871f7 commit 47fd2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1938,10 +1938,10 @@ private function validateParameterArray($paramArray)
19381938
*
19391939
* @param string|null $value
19401940
* @param string|null $type
1941-
* @return string
1941+
* @return string|null
19421942
* @throws TestReferenceException
19431943
*/
1944-
private function resolveValueByType($value = null, $type = null): ?string
1944+
private function resolveValueByType($value = null, $type = null)
19451945
{
19461946
if (null === $value) {
19471947
return null;

0 commit comments

Comments
 (0)