Skip to content

Commit 186256e

Browse files
committed
Update ContentSecurityManager.php
1 parent 1fd564e commit 186256e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/security/csp/ContentSecurityManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ContentSecurityManager {
2222

2323
private static string $hashAlgo = 'sha256';
2424

25-
private static ?callable $onGenerate;
25+
private static $onGenerate;
2626

2727
/**
2828
* Starts the Content Security Policies manager.

0 commit comments

Comments
 (0)