From dbdbda52a8bee6c12517abc96c92e8859b3ec5d1 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Sun, 20 Jan 2019 02:39:49 +0000 Subject: [PATCH] Make Parsedown non-extendable and remove comment header --- src/Parsedown.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/Parsedown.php b/src/Parsedown.php index d68cb85..6d1863c 100644 --- a/src/Parsedown.php +++ b/src/Parsedown.php @@ -38,20 +38,7 @@ use Erusev\Parsedown\Parsing\Excerpt; use Erusev\Parsedown\Parsing\Line; use Erusev\Parsedown\Parsing\Lines; -# -# -# Parsedown -# http://parsedown.org -# -# (c) Emanuil Rusev -# http://erusev.com -# -# For the full license information, view the LICENSE file that was distributed -# with this source code. -# -# - -class Parsedown +final class Parsedown { # ~