Skip to content

Commit c6f2cf3

Browse files
committed
Add shape of inputVlaue and typeValue
1 parent 2a42cc6 commit c6f2cf3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Value/InputValue.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
{
1616
public function __construct(
1717
public InputType $type,
18+
/** @var \stdClass{...ArgumentValue} */
1819
public \stdClass $value,
1920
)
2021
{

src/Value/TypeValue.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
{
1313
public function __construct(
1414
public Type $type,
15+
/** @var \stdClass{...FieldValue} */
1516
public \stdClass $value,
1617
public TypeIntermediateValue $intermediateValue,
1718
)

0 commit comments

Comments
 (0)