From e6e879184882cb2618966bcec42e906e5ee023d2 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Mon, 25 Dec 2017 11:26:46 -0200 Subject: [PATCH] Missing # in method description --- lib/PhpParser/Node/Stmt/ClassMethod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PhpParser/Node/Stmt/ClassMethod.php b/lib/PhpParser/Node/Stmt/ClassMethod.php index 5a042c8..0eb7ea6 100644 --- a/lib/PhpParser/Node/Stmt/ClassMethod.php +++ b/lib/PhpParser/Node/Stmt/ClassMethod.php @@ -120,7 +120,7 @@ class ClassMethod extends Node\Stmt implements FunctionLike /** * Whether the method is final. - * # + * * @return bool */ public function isFinal() : bool {