Skip to content

Commit

Permalink
Zend Code Generator generates a array() param instead of PSR complian…
Browse files Browse the repository at this point in the history
…t []
  • Loading branch information
dverkade committed May 13, 2017
1 parent 99f2967 commit 0f6e72e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ interface SevenInterface extends \Magento\Framework\Code\Generator\CodeGenerator
* @param array $data
* @return TestThree
*/
public static function testMethod1(array &$data = []);
public static function testMethod1(array &$data = array());

/**
* Method short description
Expand Down

0 comments on commit 0f6e72e

Please sign in to comment.