Skip to content
Snippets Groups Projects
Commit bef74960 authored by Cristian Partica's avatar Cristian Partica
Browse files

MAGETWO-58924: SQL error wait timeout error when saving categories

- fix travis build for names
parent 3f27350b
......@@ -5,7 +5,7 @@
*/
namespace Magento\UrlRewrite\Model;
use Magento\UrlRewrite\Service\V1\Data\UrlRewrite;
use Magento\UrlRewrite\Service\V1\Data\UrlRewrite as UrlRewriteService;
/**
* This class is to be used as a container for new generated url rewrites by adding new ones using merge method
......@@ -24,7 +24,7 @@ class MergeDataProvider
/**
* Adds url rewrites to class data container by removing duplicates by a unique key
*
* @param UrlRewrite[] $urlRewritesArray
* @param UrlRewriteService[] $urlRewritesArray
* @return void
*/
public function merge(array $urlRewritesArray)
......@@ -42,7 +42,7 @@ class MergeDataProvider
/**
* Returns the data added to container
*
* @return UrlRewrite[]
* @return UrlRewriteService[]
*/
public function getData()
{
......
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