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.
2 parents 9422838 + 21f87d5 commit d27fc06Copy full SHA for d27fc06
src/bitExpert/PHPStan/Magento/Autoload/ProxyAutoloader.php
@@ -111,7 +111,7 @@ protected function getFileContents(string $class): string
111
break;
112
default:
113
if (is_string($parameter->getDefaultValue())) {
114
- $defaultValue = ' = ' . $parameter->getDefaultValue();
+ $defaultValue = ' = \'' . $parameter->getDefaultValue() . '\'';
115
}
116
117
0 commit comments