Merge pull request #12212 from bancer/2.x-documentation

Improved property documentation
This commit is contained in:
Mark Story 2018-06-11 14:36:16 -04:00 committed by GitHub
commit b5c9d1f860
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ class DboSource extends DataSource {
/**
* Result
*
* @var array
* @var array|PDOStatement
*/
protected $_result = null;