File tree 2 files changed +0
-3
lines changed
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ function($class) {
77
77
'theseer \\phpdox \\docblock \\invalidparser ' => '/docblock/parser/InvalidParser.php ' ,
78
78
'theseer \\phpdox \\docblock \\licenseparser ' => '/docblock/parser/LicenseParser.php ' ,
79
79
'theseer \\phpdox \\docblock \\linkparser ' => '/docblock/parser/LinkParser.php ' ,
80
- 'theseer \\phpdox \\docblock \\methodparser ' => '/docblock/parser/MethodParser.php ' ,
81
80
'theseer \\phpdox \\docblock \\paramparser ' => '/docblock/parser/ParamParser.php ' ,
82
81
'theseer \\phpdox \\docblock \\parser ' => '/docblock/Parser.php ' ,
83
82
'theseer \\phpdox \\docblock \\varelement ' => '/docblock/elements/VarElement.php ' ,
Original file line number Diff line number Diff line change @@ -51,8 +51,6 @@ class Factory {
51
51
'throws ' => 'TheSeer \\phpDox \\DocBlock \\VarParser ' ,
52
52
'license ' => 'TheSeer \\phpDox \\DocBlock \\LicenseParser ' ,
53
53
54
- 'method ' => 'TheSeer \\phpDox \\DocBlock \\MethodParser ' ,
55
-
56
54
'internal ' => 'TheSeer \\phpDox \\DocBlock \\InternalParser ' ,
57
55
'inheritdoc ' => 'TheSeer \\phpDox \\DocBlock \\InheritdocParser '
58
56
);
You can’t perform that action at this time.
0 commit comments