The parenthesis around the statements are isolating the directory changes in a sub-command. So the right fix was not to remove the closing parenthesis, but to re-add the opening one.
This PR was merged into the 3.x branch.
Discussion
----------
Fix the Travis setup
This looks like a bad merge from 2.x to 3.x
Commits
-------
d601081b Fix the Travis setup
* 2.x:
Add .gitattributes
Add missing .gitattributes for string-extra
Update .gitattributes to remove tests from \"dist\"
Fix CS
doc: number_format add math calculation hint
This PR was squashed before being merged into the 2.x branch (closes#3153).
Discussion
----------
Update .gitattributes to remove tests from "dist"
This was proposed many times before, but considering https://github.com/symfony/symfony/pull/33579 is now merged, I propose this again. I refer to that issue as for the reasoning, as it applies here also.
I did not add the `docs` directory as there was much discussion about that before (discussion in #942)
Related: #942#1776#1981#2292#2799 2905
Commits
-------
5cde1f50 Update .gitattributes to remove tests from \"dist\"
This PR was merged into the 2.x branch.
Discussion
----------
doc: number_format add math calculation hint
Add hint about number_format and math calculation
Commits
-------
954ab4b8 doc: number_format add math calculation hint
This PR was merged into the 2.x branch.
Discussion
----------
Add twig/string-extra extension
Last step before deprecating https://github.com/twigphp/Twig-extensions entirely.
Commits
-------
00e0b531 Add missing docs
e300e379 Add twig/string-extra extension
This PR was merged into the 2.x branch.
Discussion
----------
Update documentation for `inky_to_html`
Commits
-------
ae50257d Update documentation for inky_to_html
This PR was merged into the 2.x branch.
Discussion
----------
Twig 2 is compatible with PHP 7.0
7.1 was needed for #3102, but this is not the case anymore since #3113
Commits
-------
b845ed96 Twig 2 is compatible with PHP 7.0
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes#3163).
Discussion
----------
Fix issue #3159
Commits
-------
cfac11e9 Fix issue #3159
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes#3164).
Discussion
----------
Fix issue #3160
Commits
-------
4eb40f2f Fix issue #3160
This PR was merged into the 3.x branch.
Discussion
----------
[3.0] remove the most blocking return types
These return types make it needlessly hard to move to Twig 3.
This should make Symfony 4.4 compatible with Twig 3, and should help make the CI of Symfony 5 green.
> `Declaration of Twig\Extra\CssInliner\CssInlinerExtension::getFilters() must be compatible with Twig\Extension\AbstractExtension::getFilters(): array in /home/travis/build/symfony/symfony/vendor/twig/cssinliner-extra/src/CssInlinerExtension.php`
Commits
-------
ac0f5125 [3.0] remove the most blocking return types