File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,11 @@ public static function executeQuery(
110110 * Same as executeQuery(), but requires PromiseAdapter and always returns a Promise.
111111 * Useful for Async PHP platforms.
112112 *
113- * @param string|DocumentNode $source
114- * @param mixed $rootValue
115- * @param mixed $context
116- * @param array<string, mixed>|null $variableValues
117- * @param array<ValidationRule>|null $validationRules
113+ * @param string|DocumentNode $source
114+ * @param mixed $rootValue
115+ * @param mixed $context
116+ * @param array<string, mixed>|null $variableValues
117+ * @param array<ValidationRule>|null $validationRules Defaults to using all available rules
118118 *
119119 * @api
120120 *
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ class DocumentValidator
8686 /**
8787 * Validate a GraphQL query against a schema.
8888 *
89- * @param array<ValidationRule>|null $rules
89+ * @param array<ValidationRule>|null $rules Defaults to using all available rules
9090 *
9191 * @throws \Exception
9292 *
You can’t perform that action at this time.
0 commit comments