Skip to content

Commit 827fdbf

Browse files
committed
Remove nused code
Signed-off-by: Denis Kopylov <[email protected]>
1 parent 4c14ab0 commit 827fdbf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dev/tests/static/framework/Magento/CodeMessDetector/Test/Unit/Rule/UnusedCode/UnusedFormalParameterTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ private function createMethodNodeMock($methodName, $methodParams, $namespace)
5454
]
5555
);
5656

57-
/*$methodNode->expects($this->once())
58-
->method('getDocComment')
59-
->willReturn('');*/
60-
6157
$variableDeclarators = [];
6258
foreach ($methodParams as $methodParam) {
6359
$variableDeclarator = $this->createASTNodeMock();

0 commit comments

Comments
 (0)