Skip to content

Commit 3998176

Browse files
committed
ENGCOM-3491: Static test fix.
1 parent bbf1247 commit 3998176

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

app/code/Magento/Sales/Model/Order/Config.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)