summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2023-07-07 11:47:27 +0200
committerMarcel Klehr <mklehr@gmx.net>2023-07-07 13:39:10 +0200
commit397495346470bd78ff02d05e34c72ac2f2cbcb82 (patch)
tree138a01c209202b3003bb0030859e3654647fd552 /lib/public
parent9ccc65d68c025eb371b1e1877e05593c7a808fea (diff)
downloadnextcloud-server-397495346470bd78ff02d05e34c72ac2f2cbcb82.tar.gz
nextcloud-server-397495346470bd78ff02d05e34c72ac2f2cbcb82.zip
OCP\Common\NotFoundException: Add param type
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Common/Exception/NotFoundException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Common/Exception/NotFoundException.php b/lib/public/Common/Exception/NotFoundException.php
index 309efe3e220..a2cd4db8634 100644
--- a/lib/public/Common/Exception/NotFoundException.php
+++ b/lib/public/Common/Exception/NotFoundException.php
@@ -35,7 +35,7 @@ class NotFoundException extends \Exception {
* @param string $msg the error message
* @since 28.0.0
*/
- public function __construct($msg) {
+ public function __construct(string $msg) {
parent::__construct($msg);
}
}