Skip to content

Commit 691b877

Browse files
move description before the class name
1 parent d244787 commit 691b877

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Sales/Model/ResourceModel/Status/Collection.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?php
22
/**
3-
* Order status grid collection
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/
86
namespace Magento\Sales\Model\ResourceModel\Status;
97

8+
/**
9+
* Class Collection
10+
* Oder statuses grid collection
11+
*/
1012
class Collection extends \Magento\Sales\Model\ResourceModel\Order\Status\Collection
1113
{
1214
/**

0 commit comments

Comments
 (0)