From 466d5238951de95aa71dc784f157ab9443655f44 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Thu, 28 Nov 2013 21:42:38 -0500 Subject: [PATCH] =?UTF-8?q?Made=20`=5FMarkdownExtra=5FTmpImpl`=20abstract,?= =?UTF-8?q?=20because=20you=20shouldn=E2=80=99t=20create=20instances=20of?= =?UTF-8?q?=20it.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The whole class is a temporary implementation detail and will disappear in a future version. Do yourself a favor and use `\Michelf\MarkdownExtra`. --- Michelf/Markdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php index 3af20b5..4f08222 100644 --- a/Michelf/Markdown.php +++ b/Michelf/Markdown.php @@ -1531,7 +1531,7 @@ class Markdown implements MarkdownInterface { # one. # -class _MarkdownExtra_TmpImpl extends \Michelf\Markdown { +abstract class _MarkdownExtra_TmpImpl extends \Michelf\Markdown { ### Configuration Variables ###