Skip to content

Commit

Permalink
remove long comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 29, 2016
1 parent c501b1a commit 4046a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public function chunk($count, callable $callback)
* @param int $count
* @param callable $callback
* @param string $column
* @param string $alias Alias of the ID column if there are multiple columns with the same name. The alias must be defined in a select statement.
* @param string $alias
* @return bool
*/
public function chunkById($count, callable $callback, $column = null, $alias = null)
Expand Down

0 comments on commit 4046a81

Please sign in to comment.