Skip to content

Commit

Permalink
Added missing string return type
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Mar 18, 2024
1 parent 1f54e71 commit a08c338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/Entity/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function __construct()
$this->organizations = new ArrayCollection();
}

public function __toString()
public function __toString(): string
{
return $this->getName();
}
Expand Down

0 comments on commit a08c338

Please sign in to comment.