]> git.mxchange.org Git - friendica.git/blobdiff - vendor/michelf/php-markdown/Michelf/MarkdownInterface.php
Composer: php-markdown updated to 1.8.0
[friendica.git] / vendor / michelf / php-markdown / Michelf / MarkdownInterface.php
index 8512e3753e99768049b1b0cfecb644ab717bbf0b..7fc0da06e298974104f9aeb11d566b3ae58a85da 100644 (file)
@@ -4,14 +4,14 @@
  *
  * @package   php-markdown
  * @author    Michel Fortin <michel.fortin@michelf.com>
- * @copyright 2004-2016 Michel Fortin <https://michelf.com/projects/php-markdown/>
+ * @copyright 2004-2018 Michel Fortin <https://michelf.com/projects/php-markdown/>
  * @copyright (Original Markdown) 2004-2006 John Gruber <https://daringfireball.net/projects/markdown/>
  */
 
 namespace Michelf;
 
 /**
- * Markdown Parser Interface 
+ * Markdown Parser Interface
  */
 interface MarkdownInterface {
        /**