Excluded trailing ?>'s on class code per PSR-2 Subheading 2.2
"The closing ?> tag MUST be omitted from files containing only PHP"
This commit is contained in:
parent
f7f33720a6
commit
63921893d0
2 changed files with 0 additions and 4 deletions
|
|
@ -3092,5 +3092,3 @@ class _MarkdownExtra_TmpImpl extends \Michelf\Markdown {
|
|||
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
|
@ -36,5 +36,3 @@ class MarkdownExtra extends \Michelf\_MarkdownExtra_TmpImpl {
|
|||
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Loading…
Reference in a new issue