Skip to content

Commit 0f6e72e

Browse files
committed
Zend Code Generator generates a array() param instead of PSR compliant []
1 parent 99f2967 commit 0f6e72e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ interface SevenInterface extends \Magento\Framework\Code\Generator\CodeGenerator
2727
* @param array $data
2828
* @return TestThree
2929
*/
30-
public static function testMethod1(array &$data = []);
30+
public static function testMethod1(array &$data = array());
3131

3232
/**
3333
* Method short description

0 commit comments

Comments
 (0)