Skip to content

Commit 0a74dfe

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

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/App/Cache/Type

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Dummy implements CacheInterface
1212
/**
1313
* Required by CacheInterface
1414
*
15-
* @return Null
15+
* @return null
1616
*/
1717
public function getFrontend()
1818
{

0 commit comments

Comments
 (0)