10000 tweaks thanks to fab · symfony/symfony@9c9286c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c9286c

Browse files
committed
tweaks thanks to fab
1 parent 26e1e55 commit 9c9286c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/AssetMapper/AssetMapperCompiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function compile(string $content, MappedAsset $mappedAsset): string
4747
private function getAssetMapper(): AssetMapperInterface
4848
{
4949
if (!isset($this->assetMapper)) {
50-
$this->assetMapper = $this->assetMapperFactory->__invoke();
50+
$this->assetMapper = ($this->assetMapperFactory)();
5151
}
5252

5353
return $this->assetMapper;

0 commit comments

Comments
 (0)
0