Skip to content

Commit 4a2908e

Browse files
authored
fix readme
looks like relative path reports success when pressing Validate but then fails to run in the editor
1 parent d18dcaf commit 4a2908e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ open PhpStorm settings, and navigate to
285285

286286
Choose _"Local"_ in the _"Configuration"_ dropdown.
287287
Click the _"..."_ button next to the dropdown, it will show a dialog
288-
where you need to specify the path for the Code Sniffer executable (it should be in the `vendor` directory).
289-
Enter `vendor/bin/phpcs` (`vendor/bin/phpcs.bat` on Windows).
288+
where you need to specify the path for the Code Sniffer executable.
289+
Open the file selection dialog, navigate to `vendor/bin/` in your project and select `phpcs` (`phpcs.bat` on Windows).
290290
Click the _"Validate"_ button next to the path input field, if everything is fine
291291
a success message will be shown at the bottom of the window.
292292

0 commit comments

Comments
 (0)