1
0
mirror of synced 2024-12-15 07:36:03 +03:00
doctrine2/manual/docs/Coding standards - Coding Style - PHP code demarcation.php

6 lines
193 B
PHP

PHP code must always be delimited by the full-form, standard PHP tags (<?php ?>)
Short tags are never allowed. For files containing only PHP code, the closing tag must always be omitted