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

Commit

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

0 comments on commit 71ba127

Please sign in to comment.