Skip to content

Commit 83ebdda

Browse files
committed
fixed code sniffer issues
1 parent 596e071 commit 83ebdda

File tree

15 files changed

+7
-38
lines changed

15 files changed

+7
-38
lines changed

app/code/Magento/Backend/App/ConfigInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* Default application path for backend area
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/

app/code/Magento/Backend/Model/Widget/Grid/Row/GeneratorInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* Row Generator Interface
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/

app/code/Magento/Catalog/Model/Product/PriceModifierInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* Price calculation extension point
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/

app/code/Magento/CatalogRule/Model/Rule/Job.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?php
22
/**
3-
* CatalogRule Rule Job model
4-
*
5-
* Uses for encapsulate some logic of rule model and for having ability change behavior (for example, in controller)
6-
*
73
* Copyright © Magento, Inc. All rights reserved.
84
* See COPYING.txt for license details.
95
*/
@@ -15,6 +11,8 @@
1511
/**
1612
* Catalog Rule job model
1713
*
14+
* Uses for encapsulate some logic of rule model and for having ability change behavior (for example, in controller)
15+
*
1816
* @method \Magento\CatalogRule\Model\Rule\Job setSuccess(string $errorMessage)
1917
* @method \Magento\CatalogRule\Model\Rule\Job setError(string $errorMessage)
2018
* @method string getSuccess()

app/code/Magento/ConfigurableProduct/Block/Product/View/Type/Configurable.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* Catalog super product configurable part block
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/

app/code/Magento/Customer/Model/Session.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,11 @@ class Session extends \Magento\Framework\Session\SessionManager
4848
protected $_isCustomerIdChecked = null;
4949

5050
/**
51-
* Customer URL
52-
*
5351
* @var \Magento\Customer\Model\Url
5452
*/
5553
protected $_customerUrl;
5654

5755
/**
58-
* Core url
59-
*
6056
* @var \Magento\Framework\Url\Helper\Data|null
6157
*/
6258
protected $_coreUrl = null;

app/code/Magento/Payment/Model/Config.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ class Config
4646
protected $localeResolver;
4747

4848
/**
49-
* Payment method factory
50-
*
5149
* @var \Magento\Payment\Model\Method\Factory
5250
*/
5351
protected $_paymentMethodFactory;

app/code/Magento/Payment/Model/Method/AbstractMethod.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ abstract class AbstractMethod extends \Magento\Framework\Model\AbstractExtensibl
147147
protected $_debugReplacePrivateDataKeys = [];
148148

149149
/**
150-
* Payment data
151-
*
152150
* @var \Magento\Payment\Helper\Data
153151
*/
154152
protected $_paymentData;

app/code/Magento/Persistent/Model/Session.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ class Session extends \Magento\Framework\Model\AbstractModel
4545
protected $_loadExpired = false;
4646

4747
/**
48-
* Persistent data
49-
*
5048
* @var \Magento\Persistent\Helper\Data
5149
*/
5250
protected $_persistentData;
@@ -62,22 +60,16 @@ class Session extends \Magento\Framework\Model\AbstractModel
6260
protected $_coreConfig;
6361

6462
/**
65-
* Store manager
66-
*
6763
* @var \Magento\Store\Model\StoreManagerInterface
6864
*/
6965
protected $_storeManager;
7066

7167
/**
72-
* Cookie manager
73-
*
7468
* @var \Magento\Framework\Stdlib\CookieManagerInterface
7569
*/
7670
protected $_cookieManager;
7771

7872
/**
79-
* Cookie metadata factory
80-
*
8173
* @var \Magento\Framework\Stdlib\Cookie\CookieMetadataFactory
8274
*/
8375
protected $_cookieMetadataFactory;

app/code/Magento/UrlRewrite/Model/ResourceModel/UrlRewriteCollection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* URL rewrite collection
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/

0 commit comments

Comments
 (0)