Skip to content

Commit 4cc11fa

Browse files
committed
Fix Static Checks
1 parent 62deaf9 commit 4cc11fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Extension/TestContextExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,8 @@ protected function localizePath($path)
456456
/**
457457
* Reading stepKey from file.
458458
*
459-
* @param Step $step
460-
* @param String $filePath
459+
* @param Step $step
460+
* @param string $filePath
461461
* @return string|null
462462
*/
463463
private function retrieveStepKeyForAllure(Step $step, string $filePath)

0 commit comments

Comments
 (0)