Skip to content

Commit

Permalink
Merge pull request laravel#6124 from dbwhddn10/patch-1
Browse files Browse the repository at this point in the history
[4.2] Fix PHPDoc Block For Eloquent Model Find Method
  • Loading branch information
taylorotwell committed Oct 20, 2014
2 parents 2bdd744 + 9a6b775 commit 7ef285b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ public static function all($columns = array('*'))
*
* @param mixed $id
* @param array $columns
* @return \Illuminate\Support\Collection|static
* @return \Illuminate\Support\Collection|static|null
*/
public static function find($id, $columns = array('*'))
{
Expand Down

0 comments on commit 7ef285b

Please sign in to comment.