diff --git a/lib/private/files/cache/scanner.php b/lib/private/files/cache/scanner.php index cca4f289c80..dfba2d920a0 100644 --- a/lib/private/files/cache/scanner.php +++ b/lib/private/files/cache/scanner.php @@ -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;