CS: strip unneeded phpdoc

This commit is contained in:
Dylan K. Taylor
2020-06-18 20:01:49 +01:00
parent 11eb1f1c5e
commit b3df5f4e95
5 changed files with 0 additions and 12 deletions

View File

@ -65,8 +65,6 @@ class AutoUpdater{
/**
* Callback used at the end of the update checking task
*
* @param UpdateInfo $updateInfo
*/
public function checkUpdateCallback(UpdateInfo $updateInfo) : void{
$this->updateInfo = $updateInfo;
@ -142,8 +140,6 @@ class AutoUpdater{
/**
* Returns the last retrieved update data.
*
* @return UpdateInfo|null
*/
public function getUpdateInfo() : ?UpdateInfo{
return $this->updateInfo;