We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ea3ea commit db41aa3Copy full SHA for db41aa3
EventListener/CacheControlSubscriber.php
@@ -50,7 +50,7 @@ class CacheControlSubscriber extends AbstractRuleSubscriber implements EventSubs
50
* If not empty, add a debug header with that name to all responses,
51
* telling the cache proxy to add debug output.
52
*
53
- * @var string Name of the header or false to add no header.
+ * @var string|bool Name of the header or false to add no header.
54
*/
55
private $debugHeader;
56
0 commit comments