Skip to content

Commit 9388973

Browse files
Manjusha.SManjusha.S
Manjusha.S
authored and
Manjusha.S
committed
ACQE-4111: Fixed PSR Standards
1 parent b4b79bb commit 9388973

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/ActionGroupStandardsCheck.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,11 @@ private function findErrorsInFileSet($files)
103103
$actionGroupReferencesDataArray = [];
104104
$actionGroupToArguments = [];
105105
$contents = $filePath->getContents();
106-
preg_match_all(self::STEP_KEY_REGEX_PATTERN, preg_replace('/<!--(.|\s)*?-->/', '', $contents), $actionGroupReferences);
106+
preg_match_all(
107+
self::STEP_KEY_REGEX_PATTERN,
108+
preg_replace('/<!--(.|\s)*?-->/', '', $contents),
109+
$actionGroupReferences
110+
);
107111
foreach ($actionGroupReferences[0] as $actionGroupReferencesData) {
108112
$actionGroupReferencesDataArray[] = trim(
109113
str_replace(['stepKey', '='], [""], $actionGroupReferencesData)

0 commit comments

Comments
 (0)