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 1facaad976 minor #32859 [TwigBridge] add parameter type declarations to private methods (xabbuh)
This PR was merged into the 4.4 branch.

Discussion
----------

[TwigBridge] add parameter type declarations to private methods

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

Commits
-------

5de019801c add parameter type declarations to private methods
2019-08-02 05:06:38 +02:00
..
Command add parameter type declarations to private methods 2019-08-01 12:55:44 +02:00
DataCollector add parameter type declarations to private methods 2019-08-01 12:55:44 +02:00
Extension fixed CS 2019-06-13 13:03:18 +02:00
Form fixed CS 2019-01-16 19:35:49 +01:00
Mime removed @experimental annotations 2019-06-29 18:43:50 +02:00
Node Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
NodeVisitor add parameter type declarations to private methods 2019-08-01 12:55:44 +02:00
Resources/views/Form Merge branch '4.2' into 4.3 2019-06-26 11:25:00 +02:00
Tests Merge branch '4.3' into 4.4 2019-08-01 23:16:36 +02: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 Ensure $request->hasSession() is always checked before calling getSession() 2019-07-28 18:57:16 +02:00
CHANGELOG.md exchanged $rootDir and $fileLinkFormatter arguments in DebugCommand 2019-05-29 12:21:24 -04:00
composer.json Merge branch '4.3' into 4.4 2019-08-01 21:34:55 +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.2 2019-06-13 12:50:42 +02:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources