diff --git a/source/development/guidelines/basics.rst b/source/development/guidelines/basics.rst index 88096e72..a377d19c 100644 --- a/source/development/guidelines/basics.rst +++ b/source/development/guidelines/basics.rst @@ -10,7 +10,8 @@ differences between new and legacy code. -------- PHP code -------- -For PHP code the PSR1 and PSR2 Coding Standard apply. +For PHP code the `PSR-1 `_ and +`PSR-2 `_ Coding Standard apply. ------ Python