]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove type doc for regex const
authorStanimir Bozhilov <stanimir.bozhilov.1998@gmail.com>
Sun, 11 Dec 2022 14:07:44 +0000 (16:07 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Dec 2022 14:07:44 +0000 (16:07 +0200)
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Stanimir Bozhilov <stanimir.bozhilov.1998@gmail.com>
lib/public/IRequest.php

index 8be9ebafbc795ece0733a1727784b1669150e86b..bb290233306d5e3ef7cb6d6e2c9aab39bbc40994 100644 (file)
@@ -98,7 +98,6 @@ interface IRequest {
        public const USER_AGENT_THUNDERBIRD_ADDON = '/^Mozilla\/5\.0 \([A-Za-z ]+\) Nextcloud\-Thunderbird v.*$/';
 
        /**
-        * @var string
         * @since 26.0.0
         */
        public const JSON_CONTENT_TYPE_REGEX = '/^application\/(?:[a-z0-9.-]+\+)?json\b/';