chore(php): remove analyse alias for stan command
No backwards compatibility - use `core php stan` directly. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9aaaa0ad26
commit
edfb84cf1d
1 changed files with 2 additions and 3 deletions
|
|
@ -144,9 +144,8 @@ var (
|
|||
|
||||
func addPHPStanCommand(parent *cobra.Command) {
|
||||
stanCmd := &cobra.Command{
|
||||
Use: "stan [paths...]",
|
||||
Aliases: []string{"analyse"},
|
||||
Short: i18n.T("cmd.php.analyse.short"),
|
||||
Use: "stan [paths...]",
|
||||
Short: i18n.T("cmd.php.analyse.short"),
|
||||
Long: i18n.T("cmd.php.analyse.long"),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
cwd, err := os.Getwd()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue