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(
7575 }
7676
7777 /**
78+ * Get collection.
79+ *
7880 * @return \Magento\Sales\Model\ResourceModel\Order\Status\Collection
7981 */
8082 protected function _getCollection ()
@@ -86,6 +88,8 @@ protected function _getCollection()
8688 }
8789
8890 /**
91+ * Get state.
92+ *
8993 * @param string $state
9094 * @return Status
9195 */
@@ -275,8 +279,9 @@ public function getInvisibleOnFrontStatuses()
275279 }
276280
277281 /**
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.
280285 *
281286 * @param bool $visibility
282287 * @return array
You can’t perform that action at this time.
0 commit comments