Update DataObject.php

typo :)
This commit is contained in:
Nick 2016-06-17 15:47:10 +12:00 committed by GitHub
parent 83308689d5
commit 3ba5e2c74c

View File

@ -331,7 +331,7 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
* Construct a new DataObject.
*
* @param array|null $record This will be null for a new database record. Alternatively, you can pass an array of
* field values. Normally this contructor is only used by the internal systems that get objects from the database.
* field values. Normally this constructor is only used by the internal systems that get objects from the database.
* @param boolean $isSingleton This this to true if this is a singleton() object, a stub for calling methods.
* Singletons don't have their defaults set.
* @param DataModel $model