We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 020901e + 71e50e7 commit 476023cCopy full SHA for 476023c
SymfonyCache/EventDispatchingHttpCache.php
@@ -37,7 +37,7 @@
37
* Examples:
38
* - `self::SUBSCRIBER_USER_CONTEXT` (**only** user context).
39
* - `self::SUBSCRIBER_NONE` (**no** native subscriber).
40
- * - `self::SUBSCRIBER_ALL | ~self::SUBSCRIBER_USER_CONTEXT` (**all** native ones **except** the user context one).
+ * - `self::SUBSCRIBER_ALL & ~self::SUBSCRIBER_USER_CONTEXT` (**all** native ones **except** the user context one).
41
*
42
* Note: This class looks very similar to the FOSHttpCache library event
43
* dispatching kernel, but extends the FrameworkBundle HttpCache instead of the
0 commit comments