Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5.3' into 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 13, 2016
2 parents 9a755c9 + e53ebfb commit 30abf1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Database/Eloquent/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ public function when($value, $callback, $default = null)
/**
* Add a basic where clause to the query.
*
* @param string $column
* @param string|\Closure $column
* @param string $operator
* @param mixed $value
* @param string $boolean
Expand All @@ -781,7 +781,7 @@ public function where($column, $operator = null, $value = null, $boolean = 'and'
/**
* Add an "or where" clause to the query.
*
* @param string $column
* @param string|\Closure $column
* @param string $operator
* @param mixed $value
* @return \Illuminate\Database\Eloquent\Builder|static
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Notifications/Messages/SlackMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function color()
}

/**
* Set additional request options for teh Guzzle HTTP client.
* Set additional request options for the Guzzle HTTP client.
*
* @param array $options
* @return $this
Expand Down

0 comments on commit 30abf1c

Please sign in to comment.