Skip to content

Commit 41ff01c

Browse files
authored
Show deprecation notices (#164)
* Show deprecation notices * Disable backups
1 parent b49d423 commit 41ff01c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ env:
1313
global:
1414
- TEST_COMMAND="composer test"
1515
- SYMFONY_PHPUNIT_VERSION="6.3"
16-
- SYMFONY_DEPRECATIONS_HELPER="weak" # Temporary, To be removed
1716

1817
matrix:
1918
fast_finish: true

Resources/config/services.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ services:
4949
class: Translation\SymfonyStorage\Dumper\XliffDumper
5050
tags:
5151
- { name: translation.dumper, alias: xlf, legacy-alias: xliff }
52+
calls:
53+
- [setBackup, [false]]
5254

5355
php_translation.catalogue_counter:
5456
public: true

0 commit comments

Comments
 (0)