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 c0928bd commit a3759ffCopy full SHA for a3759ff
.github/workflows/csqa.yml
@@ -138,9 +138,7 @@ jobs:
138
- name: Run performance report
139
id: performance_report
140
run: |
141
- set -x
142
PHPCS_OUTPUT=$(./vendor/bin/phpcs --standard=VariableAnalysis --report=Performance ./PHPMailer.php)
143
- set +x
144
echo "${PHPCS_OUTPUT}"
145
TOTAL_SECS=$(echo ${PHPCS_OUTPUT}| grep -Eo 'TOTAL SNIFF PROCESSING TIME[ ]+[0-9.]+'|awk '{ print $5 }')
146
echo "-----"
0 commit comments