From fa718d2e2cccb8e48b89044166a80b82b91288fa Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 8 Sep 2014 16:34:03 +0200 Subject: [PATCH] Fix typo --- lib/private/files/cache/scanner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;