Skip to content

Commit

Permalink
fix(ZMSKVR): code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fink authored and Thomas Fink committed Feb 21, 2025
1 parent 84d70a8 commit 5e88d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zmsentities/src/Zmsentities/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ public function toDerefencedAmendment()
return var_export(array(
'BuergerID' => $this->id,
'StandortID' => $this->scope['id'],
'Anmerkung' => NULL,
'Anmerkung' => null,
'IPTimeStamp' => $this->createTimestamp,
'LastChange' => $lastChange,
), 1);
Expand All @@ -626,7 +626,7 @@ public function toDerefencedCustomTextfield()
return var_export(array(
'BuergerID' => $this->id,
'StandortID' => $this->scope['id'],
'CustomTextfield' => NULL,
'CustomTextfield' => null,
'IPTimeStamp' => $this->createTimestamp,
'LastChange' => $lastChange,
), 1);
Expand Down

0 comments on commit 5e88d48

Please sign in to comment.