Skip to content

Commit

Permalink
Revert "Temporarily break phpcs output to see what happens"
Browse files Browse the repository at this point in the history
This reverts commit ed540b8.
  • Loading branch information
sirbrillig committed Dec 9, 2024
1 parent ed540b8 commit f032f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Run performance report
id: performance_report
run: |
PHPCS_OUTPUT=$(./vendor/bin/phpcs --standard=VariableAnalysis --report=Performance ./PHPMailer.foobar)
PHPCS_OUTPUT=$(./vendor/bin/phpcs --standard=VariableAnalysis --report=Performance ./PHPMailer.php)
echo "${PHPCS_OUTPUT}"
echo "${PHPCS_OUTPUT}" > ${{ env.PHPCS_OUTPUT_FILE }}
Expand Down

0 comments on commit f032f9a

Please sign in to comment.