Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSide666 committed Nov 25, 2015
1 parent 29dd4c6 commit 2baa511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Grid/Basic.php
Expand Up @@ -101,7 +101,7 @@ function addButton($label, $class = 'Button')
* @param string $name
* @param string $descr
*
* @return $this
* @return $this || Controller_Grid_Format_Abstract
*/
function addColumn($formatters, $name = null, $descr = null)
{
Expand Down Expand Up @@ -291,7 +291,7 @@ function setFormatter($field, $formatter)
* @param mixed $formatter
* @param array $options
*
* @return $this
* @return $this || Controller_Grid_Format_Abstract
*/
function addFormatter($field, $formatter, $options = null)
{
Expand Down

0 comments on commit 2baa511

Please sign in to comment.