mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
fix some psalm issues
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
23429f3e59
commit
edb8bd228b
4 changed files with 18 additions and 23 deletions
|
|
@ -6,7 +6,7 @@ class ContainerVolumes {
|
|||
/** @var ContainerVolume[] */
|
||||
private array $volumes = [];
|
||||
|
||||
public function AddVolume(ContainerVolume $volume) {
|
||||
public function AddVolume(ContainerVolume $volume) : void {
|
||||
$this->volumes[] = $volume;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue