diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-07-11 17:46:25 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-07-11 17:46:25 +0900 |
| commit | b017a2bdeb52bb7ff154826468d25d9a49a87634 (patch) | |
| tree | 88d3e2d649ba5f8848a3f197c957cb5792de744e /crates | |
| parent | fbcba37940f27e9c22df0901e6b3b737c26b4369 (diff) | |
| download | php-shirabe-b017a2bdeb52bb7ff154826468d25d9a49a87634.tar.gz php-shirabe-b017a2bdeb52bb7ff154826468d25d9a49a87634.tar.zst php-shirabe-b017a2bdeb52bb7ff154826468d25d9a49a87634.zip | |
chore: remove stale comment
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/shirabe/src/console/application.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/shirabe/src/console/application.rs b/crates/shirabe/src/console/application.rs index 1a38f118..ec6988e2 100644 --- a/crates/shirabe/src/console/application.rs +++ b/crates/shirabe/src/console/application.rs @@ -1026,9 +1026,6 @@ impl Application { // filter out aliases for commands which are already on the list if commands.len() > 1 { - // $commandList = commandLoader ? array_merge(array_flip(loader->getNames()), commands) : commands - // TODO(review): $commandList mixes flipped loader names (string => int) with - // SymfonyCommand instances; this heterogeneous PHP array needs a typed representation. let mut command_list: IndexMap< String, std::rc::Rc<std::cell::RefCell<dyn SymfonyCommand>>, |
