Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa469d9

Browse filesBrowse files
[AssetMapper] Turn debug on by default
1 parent 30a02c4 commit aa469d9
Copy full SHA for aa469d9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/AssetMapper/AssetMapperRepository.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/AssetMapperRepository.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(
3434
private readonly string $projectRootDir,
3535
private readonly array $excludedPathPatterns = [],
3636
private readonly bool $excludeDotFiles = true,
37-
private readonly bool $debug = false
37+
private readonly bool $debug = true,
3838
) {
3939
}
4040

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.