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
{{ message }}
This repository was archived by the owner on Jun 22, 2021. It is now read-only.
Add it to your project `phpcs.xml` or `phpcs.xml.dist` ruleset:
41
41
42
-
```
42
+
```xml
43
43
<?xml version="1.0"?>
44
44
<ruleset>
45
45
<argname="basepath"value="."/>
@@ -55,18 +55,20 @@ Add it to your project `phpcs.xml` or `phpcs.xml.dist` ruleset:
55
55
56
56
The following commands can be added to the `scripts` section of your `composer.json` file to check and fix invalid code. Some optional checks are also included to illustrate how they might work together to check all your code.
0 commit comments