Skip to content

Commit cfe985e

Browse files
committed
Lint fix
1 parent 45347a3 commit cfe985e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/phpunit/unit/includes/ScriptHash.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ trait ScriptHash {
4141
*/
4242
public function generate_script_hash( string $script ): ?string {
4343
$sha384 = hash( 'sha384', $script, true );
44+
4445
$hash = str_replace(
4546
[ '+', '/', '=' ],
4647
[ '-', '_', '.' ],

0 commit comments

Comments
 (0)