|
1548 | 1548 | * dump_destination?: scalar|null, // A stream URL where dumps should be written to. // Default: null |
1549 | 1549 | * theme?: "dark"|"light", // Changes the color of the dump() output when rendered directly on the templating. "dark" (default) or "light". // Default: "dark" |
1550 | 1550 | * } |
1551 | | - * @psalm-type MakerConfig = array{ |
1552 | | - * root_namespace?: scalar|null, // Default: "App" |
1553 | | - * generate_final_classes?: bool, // Default: true |
1554 | | - * generate_final_entities?: bool, // Default: false |
1555 | | - * } |
1556 | 1551 | * @psalm-type WebpackEncoreConfig = array{ |
1557 | 1552 | * output_path: scalar|null, // The path where Encore is building the assets - i.e. Encore.setOutputPath() |
1558 | 1553 | * crossorigin?: false|"anonymous"|"use-credentials", // crossorigin value when Encore.enableIntegrityHashes() is used, can be false (default), anonymous or use-credentials // Default: false |
|
1677 | 1672 | * post_processors?: array<string, array<string, mixed>>, |
1678 | 1673 | * }, |
1679 | 1674 | * } |
| 1675 | + * @psalm-type DamaDoctrineTestConfig = array{ |
| 1676 | + * enable_static_connection?: mixed, // Default: true |
| 1677 | + * enable_static_meta_data_cache?: bool, // Default: true |
| 1678 | + * enable_static_query_cache?: bool, // Default: true |
| 1679 | + * connection_keys?: list<mixed>, |
| 1680 | + * } |
1680 | 1681 | * @psalm-type TwigExtraConfig = array{ |
1681 | 1682 | * cache?: bool|array{ |
1682 | 1683 | * enabled?: bool, // Default: false |
|
2372 | 2373 | * invalidate_on_env_change?: bool, // Default: true |
2373 | 2374 | * }, |
2374 | 2375 | * } |
2375 | | - * @psalm-type JbtronicsTranslationEditorConfig = array{ |
2376 | | - * translations_path?: scalar|null, // Default: "%translator.default_path%" |
2377 | | - * format?: scalar|null, // Default: "xlf" |
2378 | | - * xliff_version?: scalar|null, // Default: "2.0" |
2379 | | - * use_intl_icu_format?: bool, // Default: false |
2380 | | - * writer_options?: list<scalar|null>, |
2381 | | - * } |
2382 | 2376 | * @psalm-type ApiPlatformConfig = array{ |
2383 | 2377 | * title?: scalar|null, // The title of the API. // Default: "" |
2384 | 2378 | * description?: scalar|null, // The description of the API. // Default: "" |
|
2634 | 2628 | * ...<mixed> |
2635 | 2629 | * }, |
2636 | 2630 | * } |
2637 | | - * @psalm-type DamaDoctrineTestConfig = array{ |
2638 | | - * enable_static_connection?: mixed, // Default: true |
2639 | | - * enable_static_meta_data_cache?: bool, // Default: true |
2640 | | - * enable_static_query_cache?: bool, // Default: true |
2641 | | - * connection_keys?: list<mixed>, |
| 2631 | + * @psalm-type MakerConfig = array{ |
| 2632 | + * root_namespace?: scalar|null, // Default: "App" |
| 2633 | + * generate_final_classes?: bool, // Default: true |
| 2634 | + * generate_final_entities?: bool, // Default: false |
| 2635 | + * } |
| 2636 | + * @psalm-type JbtronicsTranslationEditorConfig = array{ |
| 2637 | + * translations_path?: scalar|null, // Default: "%translator.default_path%" |
| 2638 | + * format?: scalar|null, // Default: "xlf" |
| 2639 | + * xliff_version?: scalar|null, // Default: "2.0" |
| 2640 | + * use_intl_icu_format?: bool, // Default: false |
| 2641 | + * writer_options?: list<scalar|null>, |
2642 | 2642 | * } |
2643 | 2643 | * @psalm-type ConfigType = array{ |
2644 | 2644 | * imports?: ImportsConfig, |
|
0 commit comments