Skip to content

Commit 82c24de

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Use Composer InstalledVersions to check if flex is installed instead of existence of InstallRecipesCommand Improve readability of disallow_search_engine_index condition [DoctrineBridge] Fix UniqueEntityValidator Stringable identifiers [DoctrineBridge] Fix UniqueEntity for non-integer identifiers [Security] Avoid failing when PersistentRememberMeHandler handles a malformed cookie [PropertyAccess] Improve PropertyAccessor::setValue param docs fix asking for the retry option although --force was used [DoctrineBridge] Undefined variable
2 parents c5c6308 + d58ebcd commit 82c24de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FrameworkExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ static function (ChildDefinition $definition, AsPeriodicTask|AsCronTask $attribu
826826
$container->getDefinition('config_cache_factory')->setArguments([]);
827827
}
828828

829-
if (!$config['disallow_search_engine_index'] ?? false) {
829+
if (!$config['disallow_search_engine_index']) {
830830
$container->removeDefinition('disallow_search_engine_index_response_listener');
831831
}
832832

0 commit comments

Comments
 (0)