1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/Coding standards - Coding Style - PHP code demarcation.php

5 lines
192 B
PHP
Raw Normal View History

2006-10-01 17:58:19 +04:00
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