We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f730d commit 407d473Copy full SHA for 407d473
extractor/extract.php
@@ -284,6 +284,9 @@ public function clear(): void
284
$classes[strtolower($namespacedName)] = $pathPart;
285
$stmt = $this->filterClassPhpDocs($stmt);
286
} else {
287
+ if (in_array($namespacedName, ['_exit', '_die'], true)) {
288
+ continue;
289
+ }
290
if (array_key_exists(strtolower($namespacedName), $functions)) {
291
continue;
292
}
0 commit comments