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 3e108fc commit 054e719Copy full SHA for 054e719
app/code/Magento/Webapi/Model/Soap/Config/ClassReflector.php
@@ -128,7 +128,7 @@ protected function extractMethodDescription(ReflectionMethod $method)
128
);
129
130
$docBlock = $methodReflection->getDocBlock();
131
- if(!$docBlock) {
+ if (!$docBlock) {
132
throw new \LogicException(
133
'The docBlock of the method '.
134
$method->getDeclaringClass()->getName() . '::' . $method->getName() . ' is empty.'
0 commit comments