Skip to content

Commit 90af881

Browse files
Merge branch '3.4' into 4.3
* 3.4: [Validator] fix access to uninitialized property when getting value [HttpKernel] Fix stale-if-error behavior, add tests Improved error message when no supported user provider is found
2 parents d7fde62 + 3bdf327 commit 90af881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ public function isImmutable(): bool
628628
}
629629

630630
/**
631-
* Returns true if the response must be revalidated by caches.
631+
* Returns true if the response must be revalidated by shared caches once it has become stale.
632632
*
633633
* This method indicates that the response must not be served stale by a
634634
* cache in any circumstance without first revalidating with the origin.

0 commit comments

Comments
 (0)