From f309fc70333ac1df124fb3fa32f54fb38f9e10a1 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 16 Jan 2017 12:11:37 +0100 Subject: [PATCH] Lint --- classes/Config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/Config.php b/classes/Config.php index 72779b8..0c3fde3 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -84,7 +84,8 @@ class Config /** * Stream downloaded files trough server? - * @var boolean + * + * @var bool */ public $stream = false;