Skip to content
Snippets Groups Projects
Commit ad88d869 authored by Ivan Gavryshko's avatar Ivan Gavryshko
Browse files

MAGETWO-36077: Move dev/tools/Magento/Tools/View/deploy.php

- added suppression for Deploy::deploy()
parent 5cbc1ed5
Branches
No related merge requests found
...@@ -104,6 +104,7 @@ class Deployer ...@@ -104,6 +104,7 @@ class Deployer
* @param array $locales * @param array $locales
* @return void * @return void
* @SuppressWarnings(PHPMD.CyclomaticComplexity) * @SuppressWarnings(PHPMD.CyclomaticComplexity)
* @SuppressWarnings(PHPMD.NPathComplexity)
*/ */
public function deploy(ObjectManagerFactory $omFactory, array $locales) public function deploy(ObjectManagerFactory $omFactory, array $locales)
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment