This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Twig
Tobias Schultze ea8c054971 minor #31688 [TwigBridge] Swapped $rootDir and $fileLinkFormatter arguments in DebugCommand (yceruto)
This PR was merged into the 4.4 branch.

Discussion
----------

[TwigBridge] Swapped $rootDir and $fileLinkFormatter arguments in DebugCommand

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

This is necessary to remove the `$rootDir` in 5.0, see https://github.com/symfony/symfony/pull/31667

Commits
-------

beca8642ca exchanged $rootDir and $fileLinkFormatter arguments in DebugCommand
2019-05-30 00:24:54 +02:00
..
Command exchanged $rootDir and $fileLinkFormatter arguments in DebugCommand 2019-05-29 12:21:24 -04:00
DataCollector [Profiler] Fix dark theme elements color 2019-04-06 20:06:03 +02:00
Extension [Bridge\Twig] lazy load TranslatorTrait 2019-05-28 11:03:44 +02:00
Form fixed CS 2019-01-16 19:35:49 +01:00
Mime [Twig] removed TemplatedEmail::template() 2019-04-03 20:45:56 +02:00
Node Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
NodeVisitor Merge branch '3.4' into 4.2 2019-04-28 08:09:27 +01:00
Resources/views/Form Merge branch '4.2' into 4.3 2019-05-10 09:13:57 +02:00
Tests exchanged $rootDir and $fileLinkFormatter arguments in DebugCommand 2019-05-29 12:21:24 -04:00
TokenParser fixed CS 2019-01-16 21:35:37 +01:00
Translation Php Inspections (EA Ultimate): address some of one-time used local variables 2018-03-10 10:27:05 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php fixed short array CS in comments 2019-01-16 14:27:11 +01:00
CHANGELOG.md exchanged $rootDir and $fileLinkFormatter arguments in DebugCommand 2019-05-29 12:21:24 -04:00
composer.json fix typo 2019-05-29 09:32:42 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md fixed Twig URL 2018-04-20 08:14:58 +02:00
TwigEngine.php [FrameworkBundle] Deprecate the Templating component integration 2019-03-19 18:23:24 +01:00
UndefinedCallableHandler.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources