From 63921893d0c9d2c563aaf5f7a4e3315dbb8aa0c4 Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Wed, 31 Jul 2013 12:16:32 -0500 Subject: [PATCH] Excluded trailing ?>'s on class code per PSR-2 Subheading 2.2 "The closing ?> tag MUST be omitted from files containing only PHP" --- Michelf/Markdown.php | 2 -- Michelf/MarkdownExtra.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php index 094b0ee..1dea981 100644 --- a/Michelf/Markdown.php +++ b/Michelf/Markdown.php @@ -3092,5 +3092,3 @@ class _MarkdownExtra_TmpImpl extends \Michelf\Markdown { } - -?> \ No newline at end of file diff --git a/Michelf/MarkdownExtra.php b/Michelf/MarkdownExtra.php index 267bf16..04e4529 100644 --- a/Michelf/MarkdownExtra.php +++ b/Michelf/MarkdownExtra.php @@ -36,5 +36,3 @@ class MarkdownExtra extends \Michelf\_MarkdownExtra_TmpImpl { } - -?> \ No newline at end of file