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 a8b7c65 commit 01abca9Copy full SHA for 01abca9
scripts/dev/search_underscores.php
@@ -45,7 +45,7 @@
45
if (strpos($c, "_") !== false) {
46
$err++;
47
$ref = new ReflectionClass($c);
48
- if (!($ext = $ref->getExtensionName())) {;
+ if (!($ext = $ref->getExtensionName())) {
49
$ext = $ref->isInternal() ? "<internal>" : "<user>";
50
}
51
if (!array_key_exists($ext, $extensions)) {
0 commit comments