Skip to content

Commit 2ad3c35

Browse files
committed
Fix Static Analysis
1 parent ba51b43 commit 2ad3c35

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Version/Controller/Index

1 file changed

+1
-2
lines changed

app/code/Magento/Version/Controller/Index/Index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ public function __construct(Context $context, ProductMetadataInterface $productM
3636
}
3737

3838
/**
39-
* Sets the response body to ProductName/Major.MinorVersion (Edition). E.g.: Magento/0.42 (Community). Omits patch
40-
* version from response
39+
* Sets the response body to ProductName/Major.MinorVersion (Edition).
4140
*
4241
* @return void
4342
*/

0 commit comments

Comments
 (0)