Skip to content

Commit 7a1a097

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/ClassFileNamingCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ private function findErrorsInFileSet($files, $fileType)
163163
* @param string $attributeName
164164
* @return array
165165
*/
166-
private function getAttributesFromDOMNodeList($nodes, $attributeName)
166+
public function getAttributesFromDOMNodeList($nodes, $attributeName)
167167
{
168168
$attributes = [];
169169
foreach ($nodes as $node) {

0 commit comments

Comments
 (0)