Skip to content

Commit 8faaeb1

Browse files
Fix Static Tests build
1 parent 0870235 commit 8faaeb1

File tree

1 file changed

+4
-2
lines changed
  • lib/internal/Magento/Framework/ObjectManager/Test/Unit/Factory/Fixture

1 file changed

+4
-2
lines changed

lib/internal/Magento/Framework/ObjectManager/Test/Unit/Factory/Fixture/SemiVariadic.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
class SemiVariadic
1212
{
1313
const DEFAULT_FOO_VALUE = 'bar';
14+
1415
/**
1516
* @var OneScalar[]
1617
*/
@@ -23,7 +24,8 @@ class SemiVariadic
2324

2425
/**
2526
* SemiVariadic constructor.
26-
* @param string $foo
27+
*
28+
* @param string $foo
2729
* @param OneScalar[] ...$oneScalars
2830
*/
2931
public function __construct(
@@ -35,7 +37,7 @@ public function __construct(
3537
}
3638

3739
/**
38-
* @param string $key
40+
* @param mixed $key
3941
* @return mixed
4042
*/
4143
public function getOneScalarByKey($key)

0 commit comments

Comments
 (0)