|
1279 | 1279 | * surfnet_gssp?: SurfnetGsspConfig, |
1280 | 1280 | * webpack_encore?: WebpackEncoreConfig, |
1281 | 1281 | * }, |
1282 | | - * "when@smoketest"?: array{ |
1283 | | - * imports?: ImportsConfig, |
1284 | | - * parameters?: ParametersConfig, |
1285 | | - * services?: ServicesConfig, |
1286 | | - * framework?: FrameworkConfig, |
1287 | | - * monolog?: MonologConfig, |
1288 | | - * twig?: TwigConfig, |
1289 | | - * security?: SecurityConfig, |
1290 | | - * surfnet_saml?: SurfnetSamlConfig, |
1291 | | - * surfnet_gssp?: SurfnetGsspConfig, |
1292 | | - * webpack_encore?: WebpackEncoreConfig, |
1293 | | - * }, |
1294 | 1282 | * "when@test"?: array{ |
1295 | 1283 | * imports?: ImportsConfig, |
1296 | 1284 | * parameters?: ParametersConfig, |
@@ -1385,7 +1373,6 @@ public static function config(array $config): array |
1385 | 1373 | * @psalm-type RoutesConfig = array{ |
1386 | 1374 | * "when@dev"?: array<string, RouteConfig|ImportConfig|AliasConfig>, |
1387 | 1375 | * "when@prod"?: array<string, RouteConfig|ImportConfig|AliasConfig>, |
1388 | | - * "when@smoketest"?: array<string, RouteConfig|ImportConfig|AliasConfig>, |
1389 | 1376 | * "when@test"?: array<string, RouteConfig|ImportConfig|AliasConfig>, |
1390 | 1377 | * ...<string, RouteConfig|ImportConfig|AliasConfig> |
1391 | 1378 | * } |
|
0 commit comments