We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e01131 commit 2b3fe51Copy full SHA for 2b3fe51
src/Magento/FunctionalTestingFramework/StaticCheck/ClassFileNamingCheck.php
@@ -129,7 +129,7 @@ public function getOutput()
129
* @param $fileType string
130
* @return array
131
*/
132
- private function findErrorsInFileSet($files, $fileType)
+ public function findErrorsInFileSet($files, $fileType)
133
{
134
$errors = [];
135
/** @var SplFileInfo $filePath */
0 commit comments