Skip to content

Commit 476023c

Browse files
authored
Merge pull request #316 from nico-incubiq/nico-incubiq-patch-doc
Fixed documentation
2 parents 020901e + 71e50e7 commit 476023c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SymfonyCache/EventDispatchingHttpCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Examples:
3838
* - `self::SUBSCRIBER_USER_CONTEXT` (**only** user context).
3939
* - `self::SUBSCRIBER_NONE` (**no** native subscriber).
40-
* - `self::SUBSCRIBER_ALL | ~self::SUBSCRIBER_USER_CONTEXT` (**all** native ones **except** the user context one).
40+
* - `self::SUBSCRIBER_ALL & ~self::SUBSCRIBER_USER_CONTEXT` (**all** native ones **except** the user context one).
4141
*
4242
* Note: This class looks very similar to the FOSHttpCache library event
4343
* dispatching kernel, but extends the FrameworkBundle HttpCache instead of the

0 commit comments

Comments
 (0)