File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/Shipping/Model Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ public function __construct(
63
63
/**
64
64
* Retrieve active system carriers
65
65
*
66
- * @param mixed $store
67
- * @return AbstractCarrierInterface[]
66
+ * @param mixed $store
67
+ * @return AbstractCarrierInterface[]
68
68
*/
69
- public function getActiveCarriers ($ store = null ): array
69
+ public function getActiveCarriers ($ store = null )
70
70
{
71
71
$ carriers = [];
72
72
$ config = $ this ->getCarriersConfig ($ store );
@@ -89,10 +89,10 @@ public function getActiveCarriers($store = null): array
89
89
/**
90
90
* Retrieve all system carriers
91
91
*
92
- * @param mixed $store
93
- * @return AbstractCarrierInterface[]
92
+ * @param mixed $store
93
+ * @return AbstractCarrierInterface[]
94
94
*/
95
- public function getAllCarriers ($ store = null ): array
95
+ public function getAllCarriers ($ store = null )
96
96
{
97
97
$ carriers = [];
98
98
$ config = $ this ->getCarriersConfig ($ store );
You can’t perform that action at this time.
0 commit comments