Fix phpdoc for BatchQueryResult::$mssqlNoMoreRowsErrorCode [skip ci]

This commit is contained in:
Alexander Makarov
2019-07-16 22:38:18 +03:00
parent 0e1f22ae6a
commit a7335bfabf

View File

@ -67,7 +67,7 @@ class BatchQueryResult extends BaseObject implements \Iterator
*/
private $_key;
/**
* @var string MSSQL exception that is thrown when last batch size less than specified batch size
* @var int MSSQL error code for exception that is thrown when last batch is size less than specified batch size
* @see https://github.com/yiisoft/yii2/issues/10023
*/
private $mssqlNoMoreRowsErrorCode = -13;