From c664d2866d0bb85bec54c017b68fefa1ff26becd Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Mon, 27 Nov 2017 23:47:43 +0100 Subject: [PATCH] fix cs --- src/DocBlock/Tags/Author.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/DocBlock/Tags/Author.php b/src/DocBlock/Tags/Author.php index a8e6e3a..ba8f782 100644 --- a/src/DocBlock/Tags/Author.php +++ b/src/DocBlock/Tags/Author.php @@ -13,7 +13,6 @@ namespace phpDocumentor\Reflection\DocBlock\Tags; - /** * Reflection class for an {@}author tag in a Docblock. */