Skip to content

Commit 127b68f

Browse files
committed
remove comment
1 parent 1e55f48 commit 127b68f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Validator/ValidationCache.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ interface ValidationCache
2323
* This method should return true if the query has previously passed validation for the provided schema.
2424
* Only successful validations should be considered "cached" — failed validations are not cached.
2525
*
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-
*
2926
* @param array<ValidationRule>|null $rules
3027
*
3128
* @return bool true if validation for the given schema + AST + rules is already known to be valid; false otherwise

0 commit comments

Comments
 (0)