Skip to content

Commit 129fbe7

Browse files
Fixed InterfaceGeneratorTest
1 parent 05c9e0e commit 129fbe7

File tree

1 file changed

+1
-3
lines changed
  • lib/internal/Magento/Framework/Code/Test/Unit/_files/app/code/Magento/SomeModule/Model

1 file changed

+1
-3
lines changed

lib/internal/Magento/Framework/Code/Test/Unit/_files/app/code/Magento/SomeModule/Model/SevenInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ public static function testMethod1(array &$data = []);
4545
*/
4646
public function testMethod2($data = 'test_default', $flag = true);
4747

48-
/**
49-
* @return mixed
50-
*/
48+
5149
public function testMethod3();
5250

5351

0 commit comments

Comments
 (0)