summaryrefslogtreecommitdiffstats
path: root/lib/Model/Instance.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Model/Instance.php')
-rw-r--r--lib/Model/Instance.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/Model/Instance.php b/lib/Model/Instance.php
index b99c4e50..ec1a4c26 100644
--- a/lib/Model/Instance.php
+++ b/lib/Model/Instance.php
@@ -246,18 +246,10 @@ class Instance implements IQueryRow, JsonSerializable {
return $this;
}
- /**
- * @return string
- */
- public function getAccountPrim(): string {
+ public function getAccountPrim(): ?string {
return $this->accountPrim;
}
- /**
- * @param string $prim
- *
- * @return Instance
- */
public function setAccountPrim(string $prim): self {
$this->accountPrim = $prim;