We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5555e33 commit cf2b2d7Copy full SHA for cf2b2d7
build/wiki-command-replacer.sh
@@ -7,7 +7,7 @@ cd "$(dirname "$0")/.."
7
MARKER_START='{{COMMAND-OUTPUT "'
8
MARKER_END='"}}'
9
ALLOWED_COMMANDS=("phpcs" "phpcbf")
10
-DEFAULT_OPTIONS=("--parallel=1" "--no-cache" "--no-colors" "--report-width=100" "--report=diff")
+DEFAULT_OPTIONS=("--parallel=1" "--no-cache" "--no-colors" "--report-width=100")
11
12
tokenize_command() {
13
read -ra TOKENS <<< "$1"
0 commit comments