summaryrefslogtreecommitdiffstats
path: root/lib/Service/Exceptions/ServiceValidationException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/Exceptions/ServiceValidationException.php')
-rw-r--r--lib/Service/Exceptions/ServiceValidationException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/Exceptions/ServiceValidationException.php b/lib/Service/Exceptions/ServiceValidationException.php
index 8d1bf09c8..8e9dc9fee 100644
--- a/lib/Service/Exceptions/ServiceValidationException.php
+++ b/lib/Service/Exceptions/ServiceValidationException.php
@@ -21,7 +21,7 @@ class ServiceValidationException extends ServiceException
*
* @param string $msg the error message
*/
- public function __construct($msg)
+ public function __construct(string $msg)
{
parent::__construct($msg);
}