Simplify update check.

This commit is contained in:
James Cole
2020-02-02 10:39:37 +01:00
parent f99f166623
commit 7f3522339c
9 changed files with 173 additions and 167 deletions

View File

@@ -32,8 +32,7 @@ interface UpdateRequestInterface
* @param string $channel
*
* @return array
* @throws FireflyException
*/
public function getVersion(string $channel): array;
public function getUpdateInformation(string $channel): array;
}