改名
This commit is contained in:
@@ -83,7 +83,7 @@ class Annotation extends Component
|
||||
$explode = explode('/', $path);
|
||||
|
||||
$length = strlen($path);
|
||||
if ($length != $length - strpos('.php', $path)) {
|
||||
if ($length - 4 != $length - strpos('.php', $path)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user