8000 fabbot · symfony/symfony@2513ba7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2513ba7

Browse files
committed
fabbot
1 parent 40505c7 commit 2513ba7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Symfony/Component/AssetMapper/AssetMapperRepository.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ class AssetMapperRepository
3232
* (empty string for no namespace)
3333
*/
3434
public function __construct(
35-
private readonly array $paths,
35+
private readonly array $paths,
3636
private readonly string $projectRootDir,
37-
private readonly array $excludedPathPatterns = [],
37+
private readonly array $excludedPathPatterns = [],
3838
) {
3939
}
4040

src/Symfony/Component/AssetMapper/Tests/AssetMapperRepositoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ public function testExcludedPaths()
145145
'dir1' => '',
146146
'dir2' => '',
147147
'dir3' => '',
148-
], __DIR__ . '/fixtures', $excludedGlobs);
148+
], __DIR__.'/fixtures', $excludedGlobs);
149149

150150
$expectedAssets = [
151151
'file1.css',
152152
'file2.js',
153153
'file4.js',
154-
'test.gif.foo'
154+
'test.gif.foo',
155155
];
156156

157157
$actualAssets = array_keys($repository->all());

0 commit comments

Comments
 (0)
0