Skip to content
Snippets Groups Projects
Commit 3f3831b6 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

PSR-2 has been superseeded by PSR-12

parent 0841b018
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ New features are always welcome, provided they will be useful to someone apart f ...@@ -35,7 +35,7 @@ New features are always welcome, provided they will be useful to someone apart f
When submitting a pull request, please make sure to account for: When submitting a pull request, please make sure to account for:
### Coding standards ### Coding standards
* Respect the coding standards. We try to comply with PHP's [PSR-2](http://www.php-fig.org/psr/psr-2/). Pay special attention to the rules below: * Respect the coding standards. We try to comply with PHP's [PSR-12](http://www.php-fig.org/psr/psr-12/). Pay special attention to the rules below:
* Lines should not be longer than 80 characters. * Lines should not be longer than 80 characters.
* Use **4 spaces** instead of tabs. * Use **4 spaces** instead of tabs.
* Keep the keywords in **lowercase**, including `true`, `false` and `null`. * Keep the keywords in **lowercase**, including `true`, `false` and `null`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment