Skip to content

Commit 2b3fe51

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/ClassFileNamingCheck.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function getOutput()
129129
* @param $fileType string
130130
* @return array
131131
*/
132-
private function findErrorsInFileSet($files, $fileType)
132+
public function findErrorsInFileSet($files, $fileType)
133133
{
134134
$errors = [];
135135
/** @var SplFileInfo $filePath */

0 commit comments

Comments
 (0)