diff --git a/contributions.md b/contributions.md index bcd67a85c0c..ed659048d21 100644 --- a/contributions.md +++ b/contributions.md @@ -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)