File tree 3 files changed +4
-8
lines changed
Customer/Ui/Component/MassAction/Group
lib/internal/Magento/Framework/DB/Sql 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
use Magento \Framework \Phrase ;
9
9
use Magento \Framework \UrlInterface ;
10
- use Zend \Stdlib \JsonSerializable ;
11
10
use Magento \Customer \Model \ResourceModel \Group \CollectionFactory ;
12
11
13
12
/**
14
13
* Class Options
15
14
*/
16
- class Options implements JsonSerializable
15
+ class Options implements \ JsonSerializable
17
16
{
18
17
/**
19
18
* @var array
Original file line number Diff line number Diff line change 6
6
namespace Magento \Ui \Component ;
7
7
8
8
use Magento \Framework \View \Element \UiComponent \ContextInterface ;
9
- use Zend \Stdlib \JsonSerializable ;
10
9
11
10
/**
12
11
* Class Action
@@ -16,15 +15,15 @@ class Action extends AbstractComponent
16
15
const NAME = 'action ' ;
17
16
18
17
/**
19
- * @var array|JsonSerializable
18
+ * @var array|\ JsonSerializable
20
19
*/
21
20
protected $ actions ;
22
21
23
22
/**
24
23
* @param ContextInterface $context
25
24
* @param array $components
26
25
* @param array $data
27
- * @param array|JsonSerializable $actions
26
+ * @param array|\ JsonSerializable $actions
28
27
*/
29
28
public function __construct (
30
29
ContextInterface $ context ,
Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Framework \DB \Sql ;
7
7
8
- use Zend \Stdlib \JsonSerializable ;
9
-
10
8
/**
11
9
* Class is wrapper over Zend_Db_Expr for implement JsonSerializable interface.
12
10
*/
13
- class Expression extends \Zend_Db_Expr implements ExpressionInterface, JsonSerializable
11
+ class Expression extends \Zend_Db_Expr implements ExpressionInterface, \ JsonSerializable
14
12
{
15
13
/**
16
14
* @inheritdoc
You can’t perform that action at this time.
0 commit comments