We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035dc63 commit 214e9bbCopy full SHA for 214e9bb
1 file changed
src/Bean/Parser/ControllerParser.php
@@ -8,18 +8,12 @@
8
use Swoft\Http\Server\Bean\Collector\ControllerCollector;
9
10
/**
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}
+ * Controller parser
18
*/
19
class ControllerParser extends AbstractParser
20
{
21
22
- * AutoController注解解析
+ * Parse @Controller annotation
23
*
24
* @param string $className
25
* @param Controller $objectAnnotation
0 commit comments