Skip to content

Commit e2665ac

Browse files
authored
Add MutagenSync annotation to several commands (#129)
1 parent 733be88 commit e2665ac

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

commands/web/expand-composer-json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
## Usage: expand-composer-json [flags] [PROJECT_NAME]
77
## Example: "ddev expand-composer-json ctools"
88
## ExecRaw: true
9+
## MutagenSync: true
910

1011
set -eu -o pipefail
1112

commands/web/phpstan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
## Usage: phpstan [flags] [args]
77
## Example: "ddev phpstan" or "ddev phpstan -n"
88
## ExecRaw: true
9+
## MutagenSync: true
910

1011
set -eu -o pipefail
1112

commands/web/poser

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
## Usage: poser [flags] [args]
77
## Example: "ddev poser" or "ddev poser --prefer-source"
88
## ExecRaw: true
9+
## MutagenSync: true
910

1011
set -eu -o pipefail
1112

0 commit comments

Comments
 (0)