OCP\Common\NotFoundException: Add param type

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/38854/head
Marcel Klehr 2023-07-07 11:47:27 +07:00
parent 9ccc65d68c
commit 3974953464
1 changed files with 1 additions and 1 deletions

@ -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);
}
}