Specifically for Arrays:
https://docs.backdropcms.org/php-standards#arrays
Should be 7.1-- or to future proof it, maybe don't mention the version number at all and just point to the System Requirements page.
Related: I have a Zulip conversation going about being able to use $arr = array() vs. $arr = []. See: #Backdrop > Arrays and coding standards - request for clarification
Specifically for Arrays:
https://docs.backdropcms.org/php-standards#arrays
Should be 7.1-- or to future proof it, maybe don't mention the version number at all and just point to the System Requirements page.
Related: I have a Zulip conversation going about being able to use
$arr = array()vs.$arr = []. See: #Backdrop > Arrays and coding standards - request for clarification