This commit is contained in:
2021-01-19 18:10:44 +08:00
parent 27b4c5dac1
commit f8dd8fdc27
+1 -1
View File
@@ -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;
}