From e4646f298b2ba5aef9714146287ec8e5e4731652 Mon Sep 17 00:00:00 2001
From: Yuri Kovsher <ikovsher@ebay.com>
Date: Mon, 16 Mar 2015 14:51:25 +0200
Subject: [PATCH] MAGETWO-34878: PR and cleanup

---
 .../Bundle/Test/Unit/Model/Product/TypeTest.php    | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app/code/Magento/Bundle/Test/Unit/Model/Product/TypeTest.php b/app/code/Magento/Bundle/Test/Unit/Model/Product/TypeTest.php
index 7cb8d7aed75..168fa5363ab 100644
--- a/app/code/Magento/Bundle/Test/Unit/Model/Product/TypeTest.php
+++ b/app/code/Magento/Bundle/Test/Unit/Model/Product/TypeTest.php
@@ -1771,10 +1771,10 @@ class TypeTest extends \PHPUnit_Framework_TestCase
     }
 
     /**
-     * @param $selectionIds
-     * @param $productMock
-     * @param $getSelectionsIndex
-     * @param $getSelectionsIdsIndex
+     * @param array $selectionIds
+     * @param \PHPUnit_Framework_MockObject_MockObject $productMock
+     * @param int $getSelectionsIndex
+     * @param int $getSelectionsIdsIndex
      * @return \PHPUnit_Framework_MockObject_MockObject
      */
 
@@ -1797,9 +1797,9 @@ class TypeTest extends \PHPUnit_Framework_TestCase
     }
 
     /**
-     * @param $expected
-     * @param $firstId
-     * @param $secondId
+     * @param int $expected
+     * @param int $firstId
+     * @param int $secondId
      * @return void
      * @dataProvider shakeSelectionsDataProvider
      */
-- 
GitLab