Skip to content

Commit 32d6514

Browse files
committed
MAGETWO-36834: PageCache, Log, Magento/Framework/App/Cache api annotations
- addressed CR feedback
1 parent 2fbfb3e commit 32d6514

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/App/CacheInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<?php
22
/**
3-
* System cache model interface
43
*
54
* Copyright © 2015 Magento. All rights reserved.
65
* See COPYING.txt for license details.
76
*/
87
namespace Magento\Framework\App;
98

109
/**
10+
* System cache model interface
11+
*
1112
* @api
1213
*/
1314
interface CacheInterface

0 commit comments

Comments
 (0)