Skip to content

Commit ee1d45a

Browse files
authored
Update Record.php
fix empty line
1 parent b048c6c commit ee1d45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/Record.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1736,7 +1736,7 @@ public function save(?Doctrine_Connection $conn = null): void
17361736
}
17371737
$conn->unitOfWork->saveGraph($this);
17381738
}
1739-
1739+
17401740
/**
17411741
* tries to save the object and all its related components.
17421742
* In contrast to Doctrine_Record::save(), this method does not

0 commit comments

Comments
 (0)