You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,10 +103,12 @@ protected function findServiceIds(array $config, array &$serviceIds)
98
103
privatefunctionverifyDoctrineBridgeExists($name)
99
104
{
100
105
if (!class_exists('Cache\Bridge\Doctrine\DoctrineCacheBridge')) {
101
-
thrownew \Exception(sprintf(
102
-
'You need the DoctrineCacheBridge to be able to use "%s". Please run "composer require cache/psr-6-doctrine-bridge" to install the missing dependency.',
103
-
$name
104
-
));
106
+
thrownew \Exception(
107
+
sprintf(
108
+
'You need the DoctrineCacheBridge to be able to use "%s". Please run "composer require cache/psr-6-doctrine-bridge" to install the missing dependency.',
109
+
$name
110
+
)
111
+
);
105
112
}
106
113
}
107
114
@@ -117,7 +124,7 @@ public function getAlias()
117
124
* Register services. All service ids will start witn "cache.service.".
0 commit comments