Skip to content

Commit 07c5897

Browse files
spawniaactions-user
authored andcommitted
Apply php-cs-fixer changes
1 parent e453dd7 commit 07c5897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server/ServerConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public static function create(array $config = []): self
9292

9393
private ?Schema $schema = null;
9494

95-
/** @var mixed|callable(self, OperationParams, DocumentNode $doc): mixed|null */
95+
/** @var mixed|callable(self, OperationParams, DocumentNode): mixed|null */
9696
private $context = null;
9797

9898
/**

0 commit comments

Comments
 (0)