File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/internal/Magento/Framework/Code/Test/Unit/_files/app/code/Magento/SomeModule/Model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
/**
8
+ * @codingStandardsIgnoreStart
8
9
* Coding Standards have to be ignored in this file, as it is just a data source for tests.
9
10
*/
10
11
@@ -31,7 +32,7 @@ interface SevenInterface extends \Magento\Framework\Code\Generator\CodeGenerator
31
32
* @param array $data
32
33
* @return TestThree
33
34
*/
34
- public static function testMethod1 (array &$ data = [] );
35
+ public static function testMethod1 (array &$ data = array () );
35
36
36
37
/**
37
38
* Method short description
@@ -44,8 +45,7 @@ public static function testMethod1(array &$data = []);
44
45
*/
45
46
public function testMethod2 ($ data = 'test_default ' , $ flag = true );
46
47
47
- /**
48
- * @return mixed
49
- */
50
48
public function testMethod3 ();
49
+
50
+
51
51
}
You can’t perform that action at this time.
0 commit comments