mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 13:58:55 +08:00
Fix phpdoc for BatchQueryResult::$mssqlNoMoreRowsErrorCode [skip ci]
This commit is contained in:
@ -67,7 +67,7 @@ class BatchQueryResult extends BaseObject implements \Iterator
|
|||||||
*/
|
*/
|
||||||
private $_key;
|
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
|
* @see https://github.com/yiisoft/yii2/issues/10023
|
||||||
*/
|
*/
|
||||||
private $mssqlNoMoreRowsErrorCode = -13;
|
private $mssqlNoMoreRowsErrorCode = -13;
|
||||||
|
|||||||
Reference in New Issue
Block a user