Skip to content

Commit 99737f9

Browse files
[AssetMapper] Fix missing return type
1 parent 12e4e53 commit 99737f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/AssetMapper/Compressor/ZopfliCompressor.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ private function compressWithBinary(string $path): void
3838
(new Process([$this->executable, '--', $path]))->mustRun();
3939
}
4040

41+
/**
42+
* @return resource
43+
*/
4144
private function createStreamContext()
4245
{
4346
throw new \BadMethodCallException('Extension is not supported yet.');

0 commit comments

Comments
 (0)