Skip to content

Commit 6e0cccb

Browse files
authored
Merge pull request #136 from VolCh/hotfix-getDTO_doc
Fix phpdoc for sfDoctrineRecord::setDateTimeObject()
2 parents 43ac110 + 34b77f5 commit 6e0cccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/sfDoctrinePlugin/lib/record/sfDoctrineRecord.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function getDateTimeObject($dateFieldName)
237237
* @param string $dateFieldName The field name to set the date for
238238
* @param DateTime $dateTimeObject The DateTime instance to use to set the value
239239
*
240-
* @return void
240+
* @return sfDoctrineRecord
241241
* @throws sfException if the field is not one of date, datetime, or timestamp types
242242
*/
243243
public function setDateTimeObject($dateFieldName, DateTime $dateTimeObject = null)

0 commit comments

Comments
 (0)