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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/thephpl
6
6
7
7
## Pull Requests
8
8
9
-
-**[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer).
9
+
-**[PER Coding Style 3.0](https://www.php-fig.org/per/coding-style/)** - The easiest way to apply the conventions is to run `./vendor/bin/php-cs-fixer fix --allow-risky=yes`.
10
10
-**Add tests!** - Your patch won't be accepted if it doesn't have tests.
11
11
-**Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
12
12
-**Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
0 commit comments