Skip to content

Commit

Permalink
Merge pull request laravel#4830 from laravel/driesvints-patch-1
Browse files Browse the repository at this point in the history
[5.7] Remove white line for throws annotation
  • Loading branch information
taylorotwell authored Dec 13, 2018
2 parents 56221a4 + 747d660 commit 3e6d347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ Below is an example of a valid Laravel documentation block. Note that the `@para
* @param \Closure|string|null $concrete
* @param bool $shared
* @return void
*
* @throws \Exception
*/
public function bind($abstract, $concrete = null, $shared = false)
Expand Down

0 comments on commit 3e6d347

Please sign in to comment.