From 3f3831b67e244d9152c1019924f852d9612a43f0 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Sat, 28 Sep 2019 13:51:14 +0200
Subject: [PATCH] PSR-2 has been superseeded by PSR-12

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7b7ef32c3..11441b987 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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:
 
 ### 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.
     * Use **4 spaces** instead of tabs.
     * Keep the keywords in **lowercase**, including `true`, `false` and `null`.
-- 
GitLab