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 4d9f5b3 commit 9188249Copy full SHA for 9188249
README.md
@@ -26,7 +26,7 @@ Datei .phpcs.xml anlegen für neue Projekte
26
```xml
27
<?xml version="1.0" encoding="UTF-8" ?>
28
<ruleset name="Example">
29
- <config name="installed_paths" value="/app/vendor/escapestudios/symfony2-coding-standard/,/app/vendor/hdnet/coding-standards" />
+ <config name="installed_paths" value="../../vendor/escapestudios/symfony2-coding-standard/,../../vendor/hdnet/coding-standards" />
30
<rule ref="HDNETBlack"/>
31
</ruleset>
32
```
0 commit comments