File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
app/code/Magento/Sales/Model/Order Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ public function __construct(
75
75
}
76
76
77
77
/**
78
+ * Get collection.
79
+ *
78
80
* @return \Magento\Sales\Model\ResourceModel\Order\Status\Collection
79
81
*/
80
82
protected function _getCollection ()
@@ -86,6 +88,8 @@ protected function _getCollection()
86
88
}
87
89
88
90
/**
91
+ * Get state.
92
+ *
89
93
* @param string $state
90
94
* @return Status
91
95
*/
@@ -275,8 +279,9 @@ public function getInvisibleOnFrontStatuses()
275
279
}
276
280
277
281
/**
278
- * Get existing order statuses
279
- * Visible or invisible on frontend according to passed param
282
+ * Get existing order statuses.
283
+ *
284
+ * Visible or invisible on frontend according to passed param.
280
285
*
281
286
* @param bool $visibility
282
287
* @return array
You can’t perform that action at this time.
0 commit comments