diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cebb06e16..937881ee3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,10 +52,12 @@ Below is an example of a valid Bagisto doc block. Note that the @param attribute * @param string|array $loader * @param \Closure|string|null $concrete * @param bool $shared + * * @return void + * * @throws \Exception */ protected function registerFacades($loader, $concrete = null, $shared = false) { // - } \ No newline at end of file + }