Made _MarkdownExtra_TmpImpl abstract, because you shouldn’t create instances of it.

The whole class is a temporary implementation detail and will disappear in a future version. Do yourself a favor and use `\Michelf\MarkdownExtra`.
This commit is contained in:
Michel Fortin 2013-11-28 21:42:38 -05:00
parent 353704d882
commit 466d523895

View file

@ -1531,7 +1531,7 @@ class Markdown implements MarkdownInterface {
# one.
#
class _MarkdownExtra_TmpImpl extends \Michelf\Markdown {
abstract class _MarkdownExtra_TmpImpl extends \Michelf\Markdown {
### Configuration Variables ###