We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0870235 commit 8faaeb1Copy full SHA for 8faaeb1
lib/internal/Magento/Framework/ObjectManager/Test/Unit/Factory/Fixture/SemiVariadic.php
@@ -11,6 +11,7 @@
11
class SemiVariadic
12
{
13
const DEFAULT_FOO_VALUE = 'bar';
14
+
15
/**
16
* @var OneScalar[]
17
*/
@@ -23,7 +24,8 @@ class SemiVariadic
23
24
25
26
* SemiVariadic constructor.
- * @param string $foo
27
+ *
28
+ * @param string $foo
29
* @param OneScalar[] ...$oneScalars
30
31
public function __construct(
@@ -35,7 +37,7 @@ public function __construct(
35
37
}
36
38
39
- * @param string $key
40
+ * @param mixed $key
41
* @return mixed
42
43
public function getOneScalarByKey($key)
0 commit comments