Skip to content

Commit 054e719

Browse files
author
Cari Spruiell
committed
MAGETWO-33456: [Code Quality] Improve Code Structuring
- fix code format
1 parent 3e108fc commit 054e719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Webapi/Model/Soap/Config/ClassReflector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ protected function extractMethodDescription(ReflectionMethod $method)
128128
);
129129

130130
$docBlock = $methodReflection->getDocBlock();
131-
if(!$docBlock) {
131+
if (!$docBlock) {
132132
throw new \LogicException(
133133
'The docBlock of the method '.
134134
$method->getDeclaringClass()->getName() . '::' . $method->getName() . ' is empty.'

0 commit comments

Comments
 (0)