From 15b78173a9c6ec7e9412459f32d65eb593529da8 Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Wed, 14 May 2014 16:57:13 -0500 Subject: [PATCH] Remove trailing ?> --- Michelf/MarkdownInterface.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Michelf/MarkdownInterface.php b/Michelf/MarkdownInterface.php index f8367ed..e4c2931 100644 --- a/Michelf/MarkdownInterface.php +++ b/Michelf/MarkdownInterface.php @@ -32,6 +32,3 @@ interface MarkdownInterface { public function transform($text); } - - -?> \ No newline at end of file