Skip to content

Commit 1323c68

Browse files
committed
fix php 8.4 deprecation
1 parent 09fc4d9 commit 1323c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers/CacheEntry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public function getPathOnDiskHashed(string $content): string
180180
return $this->assetHashManager->appendHashToPath($path, $hash);
181181
}
182182

183-
public function generateContentHash(string $content = null): string
183+
public function generateContentHash(?string $content = null): string
184184
{
185185
$content = $content ?? $this->getContent();
186186

0 commit comments

Comments
 (0)