docs: remove @var

This commit is contained in:
kenjis 2022-02-10 13:37:40 +09:00
parent cae9f89410
commit 559b9e57ed
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -17,7 +17,6 @@ use CodeIgniter\Events\Events;
use CodeIgniter\Exceptions\FrameworkException;
use CodeIgniter\Exceptions\PageNotFoundException;
use CodeIgniter\HTTP\CLIRequest;
use CodeIgniter\HTTP\ContentSecurityPolicy;
use CodeIgniter\HTTP\DownloadResponse;
use CodeIgniter\HTTP\IncomingRequest;
use CodeIgniter\HTTP\RedirectResponse;
@ -258,7 +257,6 @@ class CodeIgniter
Kint::$plugins = $config->plugins;
}
/** @var ContentSecurityPolicy $csp */
$csp = Services::csp();
if ($csp->enabled()) {
RichRenderer::$js_nonce = $csp->getScriptNonce();