You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -363,7 +363,7 @@ private function configureOptions(OptionsResolver $resolver)
363
363
@trigger_error('The option "respect_cache_headers" is deprecated since version 1.3 and will be removed in 2.0. Use "respect_response_cache_directives" instead.', E_USER_DEPRECATED);
364
364
}
365
365
366
-
return$value;
366
+
returnnull === $value ? true : $value;
367
367
});
368
368
369
369
$resolver->setNormalizer('respect_response_cache_directives', function (Options$options, $value) {
0 commit comments