Skip to content

Commit c477e39

Browse files
committed
fix test annotations
1 parent f22edcf commit c477e39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/Type/LazyTypeLoaderTest.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ class LazyTypeLoaderTest extends TestCase
2424
/** @var ObjectType */
2525
private $mutation;
2626

27-
/** @var InterfaceType */
27+
/** @var callable */
2828
private $node;
2929

30-
/** @var InterfaceType */
30+
/** @var callable */
3131
private $content;
3232

33-
/** @var ObjectType */
33+
/** @var callable */
3434
private $blogStory;
3535

36-
/** @var ObjectType */
36+
/** @var callable */
3737
private $postStoryMutation;
3838

39-
/** @var InputObjectType */
39+
/** @var callable */
4040
private $postStoryMutationInput;
4141

4242
/** @var callable */

0 commit comments

Comments
 (0)