Skip to content

Commit db41aa3

Browse files
committed
fix phpdoc detail detected by scrutinizer
1 parent 11ea3ea commit db41aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventListener/CacheControlSubscriber.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class CacheControlSubscriber extends AbstractRuleSubscriber implements EventSubs
5050
* If not empty, add a debug header with that name to all responses,
5151
* telling the cache proxy to add debug output.
5252
*
53-
* @var string Name of the header or false to add no header.
53+
* @var string|bool Name of the header or false to add no header.
5454
*/
5555
private $debugHeader;
5656

0 commit comments

Comments
 (0)