You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Phar is a packaged format which should be a single download. The latest Phar can
26
26
After downloading run `chmod +x diffFilter.phar` and then call as `./diffFilter.phar` followed by the normal options
27
27
28
28
## Manually
29
-
Clone this repository somewhere your your build plan can be accessed, composer install is prefered but there is a non composer class loader which will be used if composer is not installed. If composer is not used some PHP specific features will not work as expected.
29
+
Clone this repository somewhere your your build plan can be accessed, composer install is preferred but there is a non composer class loader which will be used if composer is not installed. If composer is not used some PHP specific features will not work as expected.
30
30
Then call the script you need
31
31
32
32
@@ -38,7 +38,7 @@ First of all a diff is needed
38
38
39
39
See [here](https://github.com/exussum12/coverageChecker/wiki/Generating-a-diff) for a more in depth examples of what diff you should generate
40
40
41
-
Then the outut for the tool you wish to check (such as phpcs, PHPUnit, phpmd etc) for example
41
+
Then the output for the tool you wish to check (such as phpcs, PHPUnit, phpmd etc) for example
0 commit comments