Skip to content

Commit e265bee

Browse files
MAGETWO-58594: Static Assets deployment throws errors when redis is used for cache after PR 389
code style fixes #2
1 parent d1df925 commit e265bee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/code/Magento/Deploy/Console/Command/DeployStaticContentCommand.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ private function prepareDeployableEntities($filesUtil)
490490

491491
/**
492492
* Mock Cache class with dummy implementation
493+
*
494+
* @return void
493495
*/
494496
private function disableCache()
495497
{
@@ -502,6 +504,8 @@ private function disableCache()
502504

503505
/**
504506
* Unmock Cache class
507+
*
508+
* @return void
505509
*/
506510
private function enableCache()
507511
{

lib/internal/Magento/Framework/App/Cache/Type/Dummy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
namespace Magento\Framework\App\Cache\Type;
77

8-
use \Magento\Framework\App\CacheInterface;
8+
use Magento\Framework\App\CacheInterface;
99

1010
class Dummy implements CacheInterface
1111
{

0 commit comments

Comments
 (0)