We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e55f48 commit 127b68fCopy full SHA for 127b68f
src/Validator/ValidationCache.php
@@ -23,9 +23,6 @@ interface ValidationCache
23
* This method should return true if the query has previously passed validation for the provided schema.
24
* Only successful validations should be considered "cached" — failed validations are not cached.
25
*
26
- * This allows for optimizations in systems where validation may not be necessary on every request.
27
- * For example, you can always return true for persisted queries that are known to be valid ahead of time.
28
- *
29
* @param array<ValidationRule>|null $rules
30
31
* @return bool true if validation for the given schema + AST + rules is already known to be valid; false otherwise
0 commit comments