Skip to content

Commit a43b9f8

Browse files
committed
fabbot
1 parent d31e9ac commit a43b9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ public function testDownloadMissingPackages()
10221022
], false);
10231023
$this->assetMapper->expects($this->any())
10241024
->method('getAssetFromSourcePath')
1025-
->willReturnCallback(function(string $sourcePath) {
1025+
->willReturnCallback(function (string $sourcePath) {
10261026
if (str_ends_with($sourcePath, 'assets/vendor/@hotwired/stimulus.js')) {
10271027
return new MappedAsset('vendor/@hotwired/stimulus.js');
10281028
}

0 commit comments

Comments
 (0)