mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
OCP\Common\NotFoundException: Add param type
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue