Skip to content

Commit f7d2cbd

Browse files
committed
Remove forbidden @author tag
1 parent 4a41ec4 commit f7d2cbd

22 files changed

+0
-42
lines changed

lib/internal/Magento/Framework/Data/Form/Element/AbstractElement.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*
1919
* phpcs:disable Magento2.Classes.AbstractApi
2020
* @api
21-
* @author Magento Core Team <core@magentocommerce.com>
2221
* @SuppressWarnings(PHPMD.NumberOfChildren)
2322
* @since 100.0.2
2423
*/

lib/internal/Magento/Framework/Data/Form/Element/Button.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
/**
88
* Form button element
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Framework\Data\Form\Element;
1311

lib/internal/Magento/Framework/Data/Form/Element/Checkbox.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
/**
1111
* Form checkbox element
12-
*
13-
* @author Magento Core Team <core@magentocommerce.com>
1412
*/
1513
class Checkbox extends AbstractElement
1614
{

lib/internal/Magento/Framework/Data/Form/Element/Checkboxes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
/**
1111
* Form select element
12-
*
13-
* @author Magento Core Team <core@magentocommerce.com>
1412
*/
1513
class Checkboxes extends AbstractElement
1614
{

lib/internal/Magento/Framework/Data/Form/Element/Collection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
/**
1212
* Form element collection
13-
*
14-
* @author Magento Core Team <core@magentocommerce.com>
1513
*/
1614
class Collection implements \ArrayAccess, \IteratorAggregate, \Countable
1715
{

lib/internal/Magento/Framework/Data/Form/Element/Column.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
/**
88
* Form column
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210
namespace Magento\Framework\Data\Form\Element;
1311

lib/internal/Magento/Framework/Data/Form/Element/Date.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
/**
88
* Magento data selector form element
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
119
*/
1210

1311
namespace Magento\Framework\Data\Form\Element;

lib/internal/Magento/Framework/Data/Form/Element/Editablemultiselect.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
* Form editable select element
99
*
1010
* Element allows inline modification of textual data within select
11-
*
12-
* @author Magento Core Team <core@magentocommerce.com>
1311
*/
1412
namespace Magento\Framework\Data\Form\Element;
1513

lib/internal/Magento/Framework/Data/Form/Element/Editor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
/**
1515
* Form editor element
16-
*
17-
* @author Magento Core Team <core@magentocommerce.com>
1816
*/
1917
class Editor extends Textarea
2018
{

lib/internal/Magento/Framework/Data/Form/Element/Fieldset.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* Form fieldset
1313
*
1414
* @api
15-
* @author Magento Core Team <core@magentocommerce.com>
1615
* @since 100.0.2
1716
*/
1817
class Fieldset extends AbstractElement

0 commit comments

Comments
 (0)