Code cleanup

This commit is contained in:
James Cole
2019-08-17 10:47:10 +02:00
parent 44823c6fec
commit 23479790fe
45 changed files with 38 additions and 177 deletions

View File

@@ -41,15 +41,13 @@ class Installer
/**
* Handle an incoming request.
*
* @throws FireflyException
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
*
* @return mixed
*
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*
* @throws FireflyException
*
*/
public function handle($request, Closure $next)