Skip to content

Commit 99f2967

Browse files
committed
Fixed coding standard in SevenInterface
1 parent d07db28 commit 99f2967

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
@@ -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 = array());
30+
public static function testMethod1(array &$data = []);
3131

3232
/**
3333
* Method short description
@@ -41,6 +41,4 @@ public static function testMethod1(array &$data = array());
4141
public function testMethod2($data = 'test_default', $flag = true);
4242

4343
public function testMethod3();
44-
45-
4644
}

0 commit comments

Comments
 (0)