Skip to content

Commit 1e01131

Browse files
committed
ACQE-6085 : Change the access property
1 parent 7a1a097 commit 1e01131

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/ClassFileNamingCheck.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ public function getOutput()
125125

126126
/**
127127
* Returns Violations if found
128-
* @return string
128+
* @param $files SplFileInfo
129+
* @param $fileType string
130+
* @return array
129131
*/
130132
private function findErrorsInFileSet($files, $fileType)
131133
{

0 commit comments

Comments
 (0)