Skip to content

Commit 6f019c9

Browse files
committed
PhpStorm does not support specifying language in phpdoc code blocks
1 parent 9ce071d commit 6f019c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TypesInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function createFilteredQueryBuilder(string $className, array $filter, arr
123123
*
124124
* This should be used to declare typeLoader in `GraphQL\Type\Schema` with something similar to:
125125
*
126-
* ```php
126+
* ```
127127
* $types = new Types(...);
128128
* $schema = new GraphQL\Type\Schema([
129129
* 'typeLoader' => fn (string $name) => $types->loadType($name, 'Application\Model') ?? $types->loadType($name, 'OtherApplication\Model')

0 commit comments

Comments
 (0)