Skip to content

Commit 214e9bb

Browse files
authored
Update ControllerParser.php
Change AutoController to Controller
1 parent 035dc63 commit 214e9bb

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/Bean/Parser/ControllerParser.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@
88
use Swoft\Http\Server\Bean\Collector\ControllerCollector;
99

1010
/**
11-
* AutoController 注解解析器
12-
*
13-
* @uses ControllerParser
14-
* @version 2017年09月03日
15-
* @author stelin <phpcrazy@126.com>
16-
* @copyright Copyright 2010-2016 swoft software
17-
* @license PHP Version 7.x {@link http://www.php.net/license/3_0.txt}
11+
* Controller parser
1812
*/
1913
class ControllerParser extends AbstractParser
2014
{
2115
/**
22-
* AutoController注解解析
16+
* Parse @Controller annotation
2317
*
2418
* @param string $className
2519
* @param Controller $objectAnnotation

0 commit comments

Comments
 (0)