Missing # in method description

This commit is contained in:
Gabriel Caruso 2017-12-25 11:26:46 -02:00 committed by Nikita Popov
parent 83b958763f
commit e6e8791848

View File

@ -120,7 +120,7 @@ class ClassMethod extends Node\Stmt implements FunctionLike
/**
* Whether the method is final.
* #
*
* @return bool
*/
public function isFinal() : bool {