Skip to content

Commit d65b57f

Browse files
Merge branch '3.4'
* 3.4: Improved the design of the redirection method in the web toolbar Mark SemaphoreStore::isSupported() as internal [DI] Add ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE [FrameworkBundle] Fix form conflict rule [Security] add impersonator_user to "User was reloaded" log message [DI] Add upgrade note about case insenstive params add (pdo|chain) cache (adapter|simple) prune method Update NoSuchPropertyException message for writeProperty [Routing] added the possibility to define a prefix for all routes of a controller [DI] Don't track merged configs when the extension doesn't expose it [Cache] Use namespace versioning for backends that dont support clearing by keys [VarDumper] add force-collapse/expand + use it for traces
2 parents 609b148 + d0f0d2e commit d65b57f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Store/SemaphoreStore.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ class SemaphoreStore implements StoreInterface
2727
* Returns whether or not the store is supported.
2828
*
2929
* @return bool
30+
*
31+
* @internal
3032
*/
3133
public static function isSupported()
3234
{

0 commit comments

Comments
 (0)