OCP\Common\NotFoundException: Add param type

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-07-07 11:47:27 +02:00
parent 9ccc65d68c
commit 3974953464

View file

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