mirror of
https://github.com/friendica/friendica
synced 2025-04-27 02:30:10 +00:00
Fix code style
This commit is contained in:
parent
105f848dd7
commit
a276337752
2 changed files with 18 additions and 18 deletions
|
@ -84,13 +84,13 @@ final class AddonInfo
|
|||
string $version,
|
||||
string $status,
|
||||
) {
|
||||
$this->id = $id;
|
||||
$this->name = $name;
|
||||
$this->id = $id;
|
||||
$this->name = $name;
|
||||
$this->description = $description;
|
||||
$this->author = $author;
|
||||
$this->maintainer = $maintainer;
|
||||
$this->version = $version;
|
||||
$this->status = $status;
|
||||
$this->author = $author;
|
||||
$this->maintainer = $maintainer;
|
||||
$this->version = $version;
|
||||
$this->status = $status;
|
||||
}
|
||||
|
||||
public function getId(): string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue