summaryrefslogtreecommitdiffstats
path: root/lib/Fetcher/FetcherException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fetcher/FetcherException.php')
-rw-r--r--lib/Fetcher/FetcherException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fetcher/FetcherException.php b/lib/Fetcher/FetcherException.php
index 82772eaf5..263b54239 100644
--- a/lib/Fetcher/FetcherException.php
+++ b/lib/Fetcher/FetcherException.php
@@ -21,7 +21,7 @@ class FetcherException extends \Exception
*
* @param string $msg the error message
*/
- public function __construct($msg)
+ public function __construct(string $msg)
{
parent::__construct($msg);
}