File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Catalog/Controller/Adminhtml/Product
NewRelicReporting/Model/Apm Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 4
4
* Copyright © Magento, Inc. All rights reserved.
5
5
* See COPYING.txt for license details.
6
6
*/
7
+
7
8
namespace Magento \Catalog \Controller \Adminhtml \Product ;
8
9
9
10
use Magento \Framework \App \Action \HttpGetActionInterface as HttpGetActionInterface ;
10
11
12
+ /**
13
+ * Edit product
14
+ */
11
15
class Edit extends \Magento \Catalog \Controller \Adminhtml \Product implements HttpGetActionInterface
12
16
{
13
17
/**
Original file line number Diff line number Diff line change 7
7
8
8
use \Magento \Framework \HTTP \ZendClient ;
9
9
10
+ /**
11
+ * Performs the request to make the deployment
12
+ */
10
13
class Deployments
11
14
{
12
15
/**
Original file line number Diff line number Diff line change 4
4
* Copyright © Magento, Inc. All rights reserved.
5
5
* See COPYING.txt for license details.
6
6
*/
7
+
7
8
namespace Magento \Persistent \Observer ;
8
9
9
10
use Magento \Framework \Event \ObserverInterface ;
10
11
12
+ /**
13
+ * Make persistent quote to be guest
14
+ *
15
+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
16
+ */
11
17
class MakePersistentQuoteGuestObserver implements ObserverInterface
12
18
{
13
19
/**
Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+
6
7
namespace Magento \Ui \Component \Control ;
7
8
8
9
/**
22
23
class SplitButton extends Button
23
24
{
24
25
/**
25
- * { @inheritdoc}
26
+ * @inheritdoc
26
27
*/
27
28
protected function getTemplatePath ()
28
29
{
@@ -201,12 +202,11 @@ public function hasSplit()
201
202
{
202
203
return $ this ->hasData ('has_split ' ) ? (bool )$ this ->getData ('has_split ' ) : true ;
203
204
}
204
-
205
205
/**
206
206
* Add data attributes to $attributes array
207
207
*
208
208
* @param array $data
209
- * @param array & $attributes
209
+ * @param array $attributes
210
210
* @return void
211
211
*/
212
212
protected function getDataAttributes ($ data , &$ attributes )
You can’t perform that action at this time.
0 commit comments