diff options
Diffstat (limited to 'crates/shirabe/src/command/init_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/init_command.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/init_command.rs b/crates/shirabe/src/command/init_command.rs index f146b30..8e200f0 100644 --- a/crates/shirabe/src/command/init_command.rs +++ b/crates/shirabe/src/command/init_command.rs @@ -134,7 +134,6 @@ impl InitCommand { "license".to_string(), "autoload".to_string(), ]; - // TODO(phase-b): adapt PhpMixed<->Box<PhpMixed> for array_filter_map let filtered_input: IndexMap<String, Box<PhpMixed>> = array_intersect_key( &input.borrow().get_options(), &array_flip_strings(&allowlist), |
