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 b7d527a commit 1b8f24bCopy full SHA for 1b8f24b
src/bitExpert/PHPStan/Magento/Autoload/ProxyAutoloader.php
@@ -105,7 +105,7 @@ protected function getFileContents(string $class): string
105
$returnType . " {}\n\n";
106
}
107
} else {
108
- $proxyBaseClass = ' extends ' . $originalClassname;
+ $proxyBaseClass = ' extends \\' . $originalClassname;
109
110
111
$template = "<?php\n";
0 commit comments