This commit is contained in:
Lukas Reschke 2014-09-08 16:34:03 +02:00
parent 644755df66
commit fa718d2e2c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class Scanner extends BasicEmitter {
protected $cacheActive;
/**
* @var bool $transactions whether to use transactions
* @var bool $useTransactions whether to use transactions
*/
protected $useTransactions = true;