PHP-FIG PSR-12 coding style: 4-space indent, LF line endings, UTF-8, trim trailing whitespace, insert final newline.
PSR-12 Extended Coding Style↗
[
]
chevron-down
trash-can
if(true) { ··return; }
if(true) {\n ··return;\n }
Encoding: UTF-8 No byte order mark
if(true) { ··return; }\n
Newline created after 80 characters
First line in file:
content-copycopy
downloaddownload