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 b49d423 commit 41ff01cCopy full SHA for 41ff01c
.travis.yml
@@ -13,7 +13,6 @@ env:
13
global:
14
- TEST_COMMAND="composer test"
15
- SYMFONY_PHPUNIT_VERSION="6.3"
16
- - SYMFONY_DEPRECATIONS_HELPER="weak" # Temporary, To be removed
17
18
matrix:
19
fast_finish: true
Resources/config/services.yml
@@ -49,6 +49,8 @@ services:
49
class: Translation\SymfonyStorage\Dumper\XliffDumper
50
tags:
51
- { name: translation.dumper, alias: xlf, legacy-alias: xliff }
52
+ calls:
53
+ - [setBackup, [false]]
54
55
php_translation.catalogue_counter:
56
public: true
0 commit comments