Skip to content

Commit f67b94f

Browse files
navarrslavvka
authored andcommitted
Add directory WriteInterface and ReadInterface
1 parent de5a0d3 commit f67b94f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/internal/Magento/Framework/Filesystem/Directory/ReadInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* Interface \Magento\Framework\Filesystem\Directory\ReadInterface
10-
*
10+
* @api
1111
*/
1212
interface ReadInterface
1313
{

lib/internal/Magento/Framework/Filesystem/Directory/WriteInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* Interface \Magento\Framework\Filesystem\Directory\WriteInterface
10-
*
10+
* @api
1111
*/
1212
interface WriteInterface extends ReadInterface
1313
{

0 commit comments

Comments
 (0)