Skip to content

Commit

Permalink
Revert "Update lib/Db/RowMapper.php"
Browse files Browse the repository at this point in the history
This reverts commit f667659.
  • Loading branch information
Florian Steffens committed Jan 11, 2024
1 parent f667659 commit b9e3a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Db/RowMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ private function createRowSleeveFromExistingData(int $id, int $tableId, string $
* @param string|null $lastEditBy
* @return void
*/
private function updateMetaData(Entity $entity, bool $setCreate = false, ?string $lastEditAt = null, ?string $lastEditBy = null): void {
private function updateMetaData($entity, bool $setCreate = false, ?string $lastEditAt = null, ?string $lastEditBy = null): void {
$time = new DateTime();
if ($setCreate) {
$entity->setCreatedBy($this->userId);
Expand Down

0 comments on commit b9e3a92

Please sign in to comment.