Skip to content

Commit 3cd45a0

Browse files
committed
MAGETWO-36822: Backup, CacheInvalidate, Cron api annotations
- Reverted all changes based on architectural code review.
1 parent 32d6514 commit 3cd45a0

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

app/code/Magento/Backup/Helper/Data.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
/**
1313
* Backup data helper
14-
* @api
1514
*/
1615
class Data extends \Magento\Framework\App\Helper\AbstractHelper
1716
{

app/code/Magento/Backup/Model/Backup.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* @method string getName()
1616
* @method string getTime()
1717
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
18-
* @api
1918
*/
2019
class Backup extends \Magento\Framework\Object implements \Magento\Framework\Backup\Db\BackupInterface
2120
{

app/code/Magento/Backup/Model/BackupFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function __construct(\Magento\Framework\ObjectManagerInterface $objectMan
3232
* @param int $timestamp
3333
* @param string $type
3434
* @return \Magento\Backup\Model\Backup
35-
* @api
3635
*/
3736
public function create($timestamp, $type)
3837
{

app/code/Magento/Backup/Model/Db.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ public function renderSql()
127127
*
128128
* @param \Magento\Framework\Backup\Db\BackupInterface $backup
129129
* @return $this
130-
* @api
131130
*/
132131
public function createBackup(\Magento\Framework\Backup\Db\BackupInterface $backup)
133132
{

app/code/Magento/Cron/Model/ConfigInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ interface ConfigInterface
1414
* Return list of cron jobs
1515
*
1616
* @return array
17-
* @api
1817
*/
1918
public function getJobs();
2019
}

app/code/Magento/Cron/Model/Schedule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
* @method \Magento\Cron\Model\Schedule setCronExprArr(array $value)
3232
*
3333
* @author Magento Core Team <core@magentocommerce.com>
34-
* @api
3534
*/
3635
class Schedule extends \Magento\Framework\Model\AbstractModel
3736
{

0 commit comments

Comments
 (0)