From 33e762c73de153918c3582d892d34fa332d2d0c9 Mon Sep 17 00:00:00 2001 From: Christian Kraus Date: Thu, 24 Nov 2016 00:26:17 +0330 Subject: [PATCH] Fix typo in phpdoc comment --- Michelf/MarkdownExtra.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Michelf/MarkdownExtra.php b/Michelf/MarkdownExtra.php index ac6b1b4..c406e8e 100644 --- a/Michelf/MarkdownExtra.php +++ b/Michelf/MarkdownExtra.php @@ -118,7 +118,7 @@ class MarkdownExtra extends \Michelf\Markdown { protected $footnotes_ref_count = array(); protected $footnotes_numbers = array(); protected $abbr_desciptions = array(); - /** @var @string */ + /** @var string */ protected $abbr_word_re = ''; /**