Skip to content

Commit

Permalink
🎨 Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
synio-wesley committed Mar 17, 2024
1 parent a19dbfd commit 8e40e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Catalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ public function create(string $catName): int
public function getPort(string $catName): int
{
// TODO: wait for the functionality to be implemented in the server.
return $this->dbPort ?? 0;
return ($this->dbPort ?? 0);

}


Expand Down

0 comments on commit 8e40e0b

Please sign in to comment.