We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07db28 commit 99f2967Copy full SHA for 99f2967
lib/internal/Magento/Framework/Code/Test/Unit/_files/app/code/Magento/SomeModule/Model/SevenInterface.php
@@ -27,7 +27,7 @@ interface SevenInterface extends \Magento\Framework\Code\Generator\CodeGenerator
27
* @param array $data
28
* @return TestThree
29
*/
30
- public static function testMethod1(array &$data = array());
+ public static function testMethod1(array &$data = []);
31
32
/**
33
* Method short description
@@ -41,6 +41,4 @@ public static function testMethod1(array &$data = array());
41
public function testMethod2($data = 'test_default', $flag = true);
42
43
public function testMethod3();
44
-
45
46
}
0 commit comments