Skip to content

Commit

Permalink
remove typehint to support 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cordoval committed Aug 19, 2014
1 parent 59e4289 commit ef733be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Grid/Source/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function prepareRow($row)
* @param callable $callback
* @return $this
*/
public function manipulateQuery(callable $callback = null)
public function manipulateQuery($callback = null)
{
$this->prepareQueryCallback = $callback;

Expand Down

0 comments on commit ef733be

Please sign in to comment.