Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Component/s: Coding style
-
Labels:None
Description
With PHP 5.4.x as minimum PHP version since Moodle 2.7, since short echo tags are always acceptable in PHP 5.4, irrespective of any php.ini or server setting (ref. https://wiki.php.net/rfc/shortags), maybe we could consider changing the coding style guidelines to allow short ECHO tags - a great convenience.