Automated formatting changes

This commit is contained in:
Formatter Bot 2022-12-10 21:25:29 +00:00
parent fb8dda8b21
commit baa6ea31d6

View File

@ -154,9 +154,9 @@ class InterfaceManager
$info = \json_decode($contents === false ? '[]' : $contents, true);
$this->title = $info['name'];
$this->version = $info['version'];
$this->website = $info['website'];
$this->title = $info['name'];
$this->version = $info['version'];
$this->website = $info['website'];
$this->hasExport = $info['export'];
$this->hasImport = $info['import'];
}