diff options
Diffstat (limited to 'lib/private/L10N/LazyL10N.php')
-rw-r--r-- | lib/private/L10N/LazyL10N.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/L10N/LazyL10N.php b/lib/private/L10N/LazyL10N.php index f56761799b3..3226c1a604b 100644 --- a/lib/private/L10N/LazyL10N.php +++ b/lib/private/L10N/LazyL10N.php @@ -28,7 +28,6 @@ namespace OC\L10N; use OCP\IL10N; class LazyL10N implements IL10N { - /** @var IL10N */ private $l; |