From 50f818bc73cf6e90faa5d129718c39c2a1f1df2f Mon Sep 17 00:00:00 2001 From: Herbert Maschke Date: Thu, 12 Mar 2020 16:32:38 +0100 Subject: [PATCH] rerun pipeline --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + }