mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
OCP\Common\NotFoundException: Add param type
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
(cherry picked from commit 3974953464)
This commit is contained in:
parent
d578974b81
commit
413a4f63ee
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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue