diff --git a/lib/internal/Magento/Framework/App/Cache/ManagerApp.php b/lib/internal/Magento/Framework/App/Cache/ManagerApp.php index 3733c630f4987..15f2f92ddf81f 100644 --- a/lib/internal/Magento/Framework/App/Cache/ManagerApp.php +++ b/lib/internal/Magento/Framework/App/Cache/ManagerApp.php @@ -66,6 +66,7 @@ public function __construct( /** * {@inheritdoc} * @return Response + * @SuppressWarnings(PHPMD.CyclomaticComplexity) */ public function launch() {