Skip to content

Commit 032516c

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

30 files changed

+0
-34
lines changed

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Customer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Adminhtml sales order create block
1010
*
1111
* @api
12-
* @author Magento Core Team <core@magentocommerce.com>
1312
* @since 100.0.2
1413
*/
1514
class Customer extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Data.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* Order create data
1212
*
1313
* @api
14-
* @author Magento Core Team <core@magentocommerce.com>
1514
* @since 100.0.2
1615
*/
1716
class Data extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form/Account.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
* Create order account form
3030
*
3131
* @api
32-
* @author Magento Core Team <core@magentocommerce.com>
3332
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3433
* @since 100.0.2
3534
*/

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Giftmessage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* Adminhtml order create gift message block
1212
*
1313
* @api
14-
* @author Magento Core Team <core@magentocommerce.com>
1514
* @since 100.0.2
1615
*/
1716
class Giftmessage extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Items.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* Adminhtml sales order create items block
1212
*
1313
* @api
14-
* @author Magento Core Team <core@magentocommerce.com>
1514
* @since 100.0.2
1615
*/
1716
class Items extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Load.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Adminhtml sales order create newsletter block
1010
*
1111
* @api
12-
* @author Magento Core Team <core@magentocommerce.com>
1312
* @since 100.0.2
1413
*/
1514
class Load extends \Magento\Framework\View\Element\Template

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Messages.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Order create errors block
1010
*
1111
* @api
12-
* @author Magento Core Team <core@magentocommerce.com>
1312
* @since 100.0.2
1413
*/
1514
class Messages extends \Magento\Framework\View\Element\Messages

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Newsletter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Adminhtml sales order create newsletter block
1010
*
1111
* @api
12-
* @author Magento Core Team <core@magentocommerce.com>
1312
* @since 100.0.2
1413
*/
1514
class Newsletter extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Newsletter/Form.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Adminhtml sales order create newsletter form block
1010
*
1111
* @api
12-
* @author Magento Core Team <core@magentocommerce.com>
1312
* @since 100.0.2
1413
*/
1514
class Form extends \Magento\Backend\Block\Widget

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Search.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Adminhtml sales order create search block
1010
*
1111
* @api
12-
* @author Magento Core Team <core@magentocommerce.com>
1312
* @since 100.0.2
1413
*/
1514
class Search extends \Magento\Sales\Block\Adminhtml\Order\Create\AbstractCreate

0 commit comments

Comments
 (0)