Files
ai-chat/.continue/rules/no-closing-php-tag.md
2026-06-10 18:22:27 +02:00

231 B

globs, description, alwaysApply
globs description alwaysApply
**/*.php In PHP files, omit the closing ?> tag to prevent issues with whitespace and ensure consistent file handling true

Do not include the closing PHP tag (?>) at the end of PHP files