Skip to content

Commit

Permalink
Implemented MAGETWO-11122: Configurable Grids (magento#471)
Browse files Browse the repository at this point in the history
- fixed method phpdocs
  • Loading branch information
Zyava committed Feb 1, 2014
1 parent 4e7c1f7 commit 89e6284
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/code/Magento/Sales/Block/Adminhtml/Invoice/Grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

namespace Magento\Sales\Block\Adminhtml\Invoice;

/**
* Adminhtml sales orders grid
* Adminhtml sales invoices grid
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Sales\Block\Adminhtml\Invoice;

class Grid extends \Magento\Backend\Block\Widget\Grid
{
}
6 changes: 3 additions & 3 deletions app/code/Magento/Sales/Controller/Adminhtml/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

namespace Magento\Sales\Controller\Adminhtml;

/**
* Adminhtml sales invoices controller
* Adminhtml sales invoice controller
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Sales\Controller\Adminhtml;

class Invoice extends \Magento\Sales\Controller\Adminhtml\Invoice\AbstractInvoice
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected function _initAction()
}

/**
* Order grid
* Invoices grid
*/
public function gridAction()
{
Expand Down

0 comments on commit 89e6284

Please sign in to comment.