Skip to content

Commit 28e436d

Browse files
committed
Add native types
1 parent d9eae25 commit 28e436d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/HTTP/ContentSecurityPolicy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,14 @@ class ContentSecurityPolicy
303303
*
304304
* @var bool
305305
*/
306-
protected $enableStyleNonce = true;
306+
protected bool $enableStyleNonce = true;
307307

308308
/**
309309
* Whether to enable nonce to script-src and script-src-elem directives or not.
310310
*
311311
* @var bool
312312
*/
313-
protected $enableScriptNonce = true;
313+
protected bool $enableScriptNonce = true;
314314

315315
/**
316316
* Nonce placeholder for style tags.

0 commit comments

Comments
 (0)