File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Customer/Ui/Component/MassAction/Group
lib/internal/Magento/Framework/DB/Sql Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 77
88use Magento \Framework \Phrase ;
99use Magento \Framework \UrlInterface ;
10- use Zend \Stdlib \JsonSerializable ;
1110use Magento \Customer \Model \ResourceModel \Group \CollectionFactory ;
1211
1312/**
1413 * Class Options
1514 */
16- class Options implements JsonSerializable
15+ class Options implements \ JsonSerializable
1716{
1817 /**
1918 * @var array
Original file line number Diff line number Diff line change 66namespace Magento \Ui \Component ;
77
88use Magento \Framework \View \Element \UiComponent \ContextInterface ;
9- use Zend \Stdlib \JsonSerializable ;
109
1110/**
1211 * Class Action
@@ -16,15 +15,15 @@ class Action extends AbstractComponent
1615 const NAME = 'action ' ;
1716
1817 /**
19- * @var array|JsonSerializable
18+ * @var array|\ JsonSerializable
2019 */
2120 protected $ actions ;
2221
2322 /**
2423 * @param ContextInterface $context
2524 * @param array $components
2625 * @param array $data
27- * @param array|JsonSerializable $actions
26+ * @param array|\ JsonSerializable $actions
2827 */
2928 public function __construct (
3029 ContextInterface $ context ,
Original file line number Diff line number Diff line change 55 */
66namespace Magento \Framework \DB \Sql ;
77
8- use Zend \Stdlib \JsonSerializable ;
9-
108/**
119 * Class is wrapper over Zend_Db_Expr for implement JsonSerializable interface.
1210 */
13- class Expression extends \Zend_Db_Expr implements ExpressionInterface, JsonSerializable
11+ class Expression extends \Zend_Db_Expr implements ExpressionInterface, \ JsonSerializable
1412{
1513 /**
1614 * @inheritdoc
You can’t perform that action at this time.
0 commit comments