fix @Rule type annotation parse function error.

fix @RequestMapping parse tree error.
This commit is contained in:
whale
2020-03-05 12:03:14 +08:00
parent 4d57d26600
commit 4e43450c34
11 changed files with 174 additions and 194 deletions

View File

@@ -35,7 +35,7 @@ class CQBefore extends AnnotationBase implements Level
/**
* @param mixed $level
*/
public function setLevel($level): void {
public function setLevel($level) {
$this->level = $level;
}