Skip to content

Commit 747d660

Browse files
authored
Remove space for throws annotation
This isn't enforced anymore at the moment and the updated way is used more than the previous one.
1 parent b868120 commit 747d660

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contributions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ Below is an example of a valid Laravel documentation block. Note that the `@para
7777
* @param \Closure|string|null $concrete
7878
* @param bool $shared
7979
* @return void
80-
*
8180
* @throws \Exception
8281
*/
8382
public function bind($abstract, $concrete = null, $shared = false)

0 commit comments

Comments
 (0)