Skip to content

Commit 614c4a0

Browse files
committed
Merge branch 'MAGETWO-65480' into 2.1.6-develop-pr14
2 parents aea2404 + ceb5643 commit 614c4a0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/code/Magento/Catalog/Model/Product/Image/SizeCache.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ class SizeCache
2424
*/
2525
protected $cacheManager;
2626

27+
/**
28+
* SizeCache constructor.
29+
* @param CacheInterface $cacheManager
30+
*/
2731
public function __construct(
2832
CacheInterface $cacheManager
2933
) {

app/code/Magento/Catalog/Test/Unit/Model/Product/Image/SizeCacheTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class SizeCacheTest extends \PHPUnit_Framework_TestCase
2020
* @var CacheInterface|\PHPUnit_Framework_MockObject_MockObject
2121
*/
2222
protected $cacheManager;
23+
2324
/**
2425
* @var SizeCache
2526
*/

0 commit comments

Comments
 (0)