Skip to content

Commit

Permalink
Use new PHP styleguide (PSR-12) over PSR-2
Browse files Browse the repository at this point in the history
The original intent was to pick a styleguide, we already follow it but
this makes this explicit.
  • Loading branch information
vmcj committed Jan 10, 2024
1 parent f6f3467 commit aed804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODINGSTYLE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOMjudge project coding style guideline
=======================================

We follow the [PSR-2 coding style](https://www.php-fig.org/psr/psr-2/).
We follow the [PSR-12 coding style](https://www.php-fig.org/psr/psr-12/).

0 comments on commit aed804f

Please sign in to comment.