Various code cleanup.

This commit is contained in:
James Cole
2021-09-18 10:20:19 +02:00
parent 481a6bdd5f
commit 3589c9f60f
137 changed files with 369 additions and 282 deletions

View File

@@ -25,6 +25,7 @@ namespace FireflyIII\Helpers\Help;
use Cache;
use Exception;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\GuzzleException;
use League\CommonMark\CommonMarkConverter;
use Log;
use Route;
@@ -71,7 +72,7 @@ class Help implements HelpInterface
* @param string $language
*
* @return string
* @throws \GuzzleHttp\Exception\GuzzleException
* @throws GuzzleException
*/
public function getFromGitHub(string $route, string $language): string
{