Skip to content

Commit 4e26fd3

Browse files
committed
try fixing types again
1 parent d732ef6 commit 4e26fd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Type/Definition/FieldDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function getArg($name)
175175
}
176176

177177
/**
178-
* @return Type|OutputType|InputType
178+
* @return Type
179179
*/
180180
public function getType()
181181
{

src/Type/Definition/Type.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,9 @@ public static function assertType($type)
327327
}
328328

329329
/**
330-
* @param callable|Type $type
330+
* @param callable|OutputType|InputType|Type $type
331331
*
332-
* @return Type
332+
* @return OutputType|InputType|Type $type
333333
*/
334334
public static function resolveLazyType($type)
335335
{

0 commit comments

Comments
 (0)