Skip to content

Commit

Permalink
Fix typo in README (exussum12#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoboldalex authored Jul 5, 2022
1 parent 5449846 commit cdda0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Then the output for the tool you wish to check (such as phpcs, PHPUnit, phpmd et

phpcs --standard=psr2 --report=json > phpcs.json || true
Here the `|| true` ensures that the while build will not fail if phpcs fails.
Here the `|| true` ensures that the whole build will not fail if phpcs fails.

Then call diffFilter

Expand Down

0 comments on commit cdda0be

Please sign in to comment.