|
1098 | 1098 | * doctrine?: DoctrineConfig, |
1099 | 1099 | * doctrine_migrations?: DoctrineMigrationsConfig, |
1100 | 1100 | * twig?: TwigConfig, |
1101 | | - * "when@dev"?: array{ |
1102 | | - * imports?: ImportsConfig, |
1103 | | - * parameters?: ParametersConfig, |
1104 | | - * services?: ServicesConfig, |
1105 | | - * framework?: FrameworkConfig, |
1106 | | - * flysystem?: FlysystemConfig, |
1107 | | - * monolog?: MonologConfig, |
1108 | | - * doctrine?: DoctrineConfig, |
1109 | | - * doctrine_migrations?: DoctrineMigrationsConfig, |
1110 | | - * twig?: TwigConfig, |
1111 | | - * }, |
1112 | 1101 | * "when@prod"?: array{ |
1113 | 1102 | * imports?: ImportsConfig, |
1114 | 1103 | * parameters?: ParametersConfig, |
@@ -1211,7 +1200,6 @@ public static function config(array $config): array |
1211 | 1200 | * deprecated?: array{package:string, version:string, message?:string}, |
1212 | 1201 | * } |
1213 | 1202 | * @psalm-type RoutesConfig = array{ |
1214 | | - * "when@dev"?: array<string, RouteConfig|ImportConfig|AliasConfig>, |
1215 | 1203 | * "when@prod"?: array<string, RouteConfig|ImportConfig|AliasConfig>, |
1216 | 1204 | * "when@test"?: array<string, RouteConfig|ImportConfig|AliasConfig>, |
1217 | 1205 | * ...<string, RouteConfig|ImportConfig|AliasConfig> |
|
0 commit comments