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 99f2967 commit 0f6e72eCopy full SHA for 0f6e72e
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 = []);
+ public static function testMethod1(array &$data = array());
31
32
/**
33
* Method short description
0 commit comments