We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fc4d9 commit 1323c68Copy full SHA for 1323c68
src/Helpers/CacheEntry.php
@@ -180,7 +180,7 @@ public function getPathOnDiskHashed(string $content): string
180
return $this->assetHashManager->appendHashToPath($path, $hash);
181
}
182
183
- public function generateContentHash(string $content = null): string
+ public function generateContentHash(?string $content = null): string
184
{
185
$content = $content ?? $this->getContent();
186
0 commit comments