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:
parent
353704d882
commit
466d523895
1 changed files with 1 additions and 1 deletions
|
|
@ -1531,7 +1531,7 @@ class Markdown implements MarkdownInterface {
|
|||
# one.
|
||||
#
|
||||
|
||||
class _MarkdownExtra_TmpImpl extends \Michelf\Markdown {
|
||||
abstract class _MarkdownExtra_TmpImpl extends \Michelf\Markdown {
|
||||
|
||||
### Configuration Variables ###
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue