Skip to content

Commit 244ed6f

Browse files
committed
[graphql] Fixed typehints in config.
1 parent f7a58b0 commit 244ed6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/config.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* You can (re)define scalars and supported operators here.
1919
*
20-
* @var array<string, array<string|\LastDragon_ru\LaraASP\GraphQL\SearchBy\Contracts\Operator>>
20+
* @var array<string, array<class-string<\LastDragon_ru\LaraASP\GraphQL\SearchBy\Contracts\Operator>>>
2121
*/
2222
'scalars' => [
2323
// empty
@@ -28,6 +28,8 @@
2828
* ---------------------------------------------------------------------
2929
*
3030
* Allow redefine scalar type in conditions.
31+
*
32+
* @var array<string, string>
3133
*/
3234
'aliases' => [
3335
// empty

0 commit comments

Comments
 (0)