Skip to content

Commit 4bcdb46

Browse files
Fixed InterfaceGeneratorTest
1 parent 1bb1b7a commit 4bcdb46

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
@@ -42,9 +42,7 @@ public static function testMethod1(array &$data = array());
4242
*/
4343
public function testMethod2($data = 'test_default', $flag = true);
4444

45-
/**
46-
* @return mixed
47-
*/
45+
4846
public function testMethod3();
4947

5048

0 commit comments

Comments
 (0)