Skip to content

Commit a1680e1

Browse files
committed
Fixed static test failure
1 parent 6ad01a0 commit a1680e1

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

app/code/Magento/Backend/Block/Dashboard/Graph.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class Graph extends \Magento\Backend\Block\Dashboard\AbstractDashboard
6868
* Google chart api data encoding
6969
*
7070
* @deprecated 101.0.2 since the Google Image Charts API not accessible from March 14, 2019
71+
* @see Nothing
7172
* @var string
7273
*/
7374
protected $_encoding = 'e';

app/code/Magento/Backend/Block/Page/System/Config/Robots/Reset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* "Reset to Defaults" button renderer
1313
*
1414
* @deprecated 100.1.6
15+
* @see Nothing
1516
*/
1617
class Reset extends \Magento\Config\Block\System\Config\Form\Field
1718
{

app/code/Magento/Backend/Block/Widget/Grid/Massaction/Extended.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*
1414
* @api
1515
* @deprecated 100.2.0 in favour of UI component implementation
16+
* @see Nothing
1617
* @method \Magento\Quote\Model\Quote setHideFormElement(boolean $value) Hide Form element to prevent IE errors
1718
* @method boolean getHideFormElement()
1819
* @TODO MAGETWO-31510: Remove deprecated class

app/code/Magento/Backend/Controller/Adminhtml/System/Store.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ protected function createPage()
8686
* @return bool
8787
*
8888
* @deprecated 100.2.7 Backup module is to be removed.
89+
* @see Nothing
8990
*/
9091
protected function _backupDatabase()
9192
{

0 commit comments

Comments
 (0)