From 613a027f920ac3d9914dc51336e4c3edd4daf996 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Thu, 15 Jan 2026 11:45:31 -0800 Subject: [PATCH] markdown: contribute: change PHP standard to PSR-12 --- markdown/How-do-I-contribute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/How-do-I-contribute.md b/markdown/How-do-I-contribute.md index 56e0cec..8d6586e 100644 --- a/markdown/How-do-I-contribute.md +++ b/markdown/How-do-I-contribute.md @@ -1,7 +1,7 @@  [//]: # (docker-finance | modern accounting for the power-user) [//]: # () -[//]: # (Copyright [C] 2021-2025 Aaron Fiore [Founder, Evergreen Crypto LLC]) +[//]: # (Copyright [C] 2021-2026 Aaron Fiore [Founder, Evergreen Crypto LLC]) [//]: # () [//]: # (This program is free software: you can redistribute it and/or modify) [//]: # (it under the terms of the GNU General Public License as published by) @@ -81,7 +81,7 @@ Before sending a pull request: - [Bash](https://google.github.io/styleguide/shellguide.html) - [C++](https://google.github.io/styleguide/cppguide.html) * Ignore their rule for [no `throw`'ing / no `exceptions`](https://google.github.io/styleguide/cppguide.html#Exceptions) - - [PHP](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/ruleSets/PhpCsFixer.rst) + - [PHP](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/ruleSets/PSR12.rst) 4. If you can, please document the code in Doxygen style where applicable and run `doxygen gen` to see your code documentation. Any non-code documentation should go into the [dfi-docs](https://gitea.com/EvergreenCrypto/dfi-docs) repository.