Skip to content

Commit

Permalink
fix phpdoc block for Eloquent Model find method
Browse files Browse the repository at this point in the history
add null
  • Loading branch information
dbwhddn10 committed Oct 16, 2014
1 parent 42b71be commit 9a6b775
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 9a6b775

Please sign in to comment.