diff options
Diffstat (limited to 'crates/shirabe/src/command/validate_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/validate_command.rs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/crates/shirabe/src/command/validate_command.rs b/crates/shirabe/src/command/validate_command.rs index 061eed2c..6e84c9d9 100644 --- a/crates/shirabe/src/command/validate_command.rs +++ b/crates/shirabe/src/command/validate_command.rs @@ -22,6 +22,8 @@ pub struct ValidateCommand { base_command_data: BaseCommandData, } +shirabe_php_shim::impl_php_class!(ValidateCommand, r"Composer\Command\ValidateCommand"); + impl Default for ValidateCommand { fn default() -> Self { Self::new() @@ -315,10 +317,7 @@ impl Command for ValidateCommand { crate::command::base_command::base_command_complete(self, input, suggestions) } - shirabe_external_packages::delegate_command_trait_impls_to_inner!( - base_command_data, - "Composer\\Command\\ValidateCommand" - ); + shirabe_external_packages::delegate_command_trait_impls_to_inner!(base_command_data); } impl BaseCommand for ValidateCommand { |
