Skip to content

Commit 77d5b80

Browse files
committed
ACQE-6085 : Change the access property
1 parent 2b3fe51 commit 77d5b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/ClassFileNamingCheck.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ public function getOutput()
125125

126126
/**
127127
* Returns Violations if found
128-
* @param $files SplFileInfo
129-
* @param $fileType string
128+
* @param SplFileInfo $files
129+
* @param string $fileType
130130
* @return array
131131
*/
132132
public function findErrorsInFileSet($files, $fileType)

0 commit comments

Comments
 (0)