8000 Fix appveyor config for deprecations · symfony/symfony@73d6281 · GitHub
[go: up one dir, main page]

Skip to content

Commit 73d6281

Browse files
Fix appveyor config for deprecations
1 parent ee4d480 commit 73d6281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ init:
1212
- SET SYMFONY_DEPRECATIONS_HELPER=strict
1313
- SET ANSICON=121x90 (121x90)
1414
- SET SYMFONY_PHPUNIT_DISABLE_RESULT_CACHE=1
15-
- SET SYMFONY_DEPRECATIONS_HELPER=max[indirect]=170
15+
- SET SYMFONY_DEPRECATIONS_HELPER=max[direct]=1
1616
- REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v DelayedExpansion /t REG_DWORD /d 1 /f
1717

1818
install:

0 commit comments

Comments
 (0)
0