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 4c501d5 commit 76539a0Copy full SHA for 76539a0
README.md
@@ -18,7 +18,7 @@ composer require --dev digitalrevolution/php-codesniffer-baseline
18
Create the baseline by using phpcs regularly and writing the report with the Baseline report class. You must write the baseline
19
to the root of the project and name it `phpcs.baseline.xml`.
20
```bash
21
-php vendor/bin/phpcs src tests --report=\\DR\\CodeSnifferBaseline\\Reports\\Baseline --report-file=phpcs.baseline.xml --basepath=/path/to/project/root
+php vendor/bin/phpcs src tests --report=\\DR\\CodeSnifferBaseline\\Reports\\Baseline --report-file=phpcs.baseline.xml --basepath=.
22
```
23
24
## Usage
0 commit comments