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
if (!$configurationLoaderinstanceof LoaderInterface) {
233
-
thrownew \InvalidArgumentException(sprintf('Specified invalid configuration loader of type "%s" while registering custom configuration type "%s". This should be an instance of %s', is_object($configurationLoader) ? get_class($configurationLoader) : gettype($configurationLoader), $configurationType, LoaderInterface::class), 1617895964);
234
-
}
235
232
236
233
// if the configuration was already registered and the there is an unprocessed loaded configuration, the configuration needs to be loaded again
237
234
// on the other hand, if there is a processed configuration loaded, but no unprocessed configuration, the config must be from the cache and is assumed to be valid
@@ -418,6 +415,7 @@ public function flushConfigurationCache(): void
418
415
* Generate configuration with environment variables replaced without modifying or loading the cache
419
416
*
420
417
* @param string $configurationType The kind of configuration to fetch
@@ -121,9 +141,9 @@ protected function includeSubRoutesFromSettings(array $routeDefinitions, array $
121
141
*
122
142
* @param PackageInterface[] $packages
123
143
* @param ApplicationContext $context
124
-
* @param array $routesConfiguration
144
+
* @param array<mixed> $routesConfiguration
125
145
* @param int $subRoutesRecursionLevel Counts how many SubRoutes have been loaded. If this number exceeds MAXIMUM_SUBROUTE_RECURSIONS, an exception is thrown
0 commit comments