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 7cb8d7aed75ac3a5994237e50d6e4252c586a698..168fa5363ab0a943f185f78b345169a1f0427d98 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
      */