We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31e9ac commit a43b9f8Copy full SHA for a43b9f8
src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php
@@ -1022,7 +1022,7 @@ public function testDownloadMissingPackages()
1022
], false);
1023
$this->assetMapper->expects($this->any())
1024
->method('getAssetFromSourcePath')
1025
- ->willReturnCallback(function(string $sourcePath) {
+ ->willReturnCallback(function (string $sourcePath) {
1026
if (str_ends_with($sourcePath, 'assets/vendor/@hotwired/stimulus.js')) {
1027
return new MappedAsset('vendor/@hotwired/stimulus.js');
1028
}
0 commit comments