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
Nicolas Grekas e4bb3a24c3 minor #32800 Improve some URLs (Arman-Hosseini)
This PR was squashed before being merged into the 3.4 branch (closes #32800).

Discussion
----------

Improve some URLs

| Q             | A
| ------------- | ---
| Branch?       | 3.4 <!-- see below -->
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | N/A   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | N/A <!-- required for new features -->

<!--
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.

Additionally (see https://symfony.com/roadmap):
 - Bug fixes must be submitted against the lowest maintained branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too).
 - Features and deprecations must be submitted against branch 4.4.
 - Legacy code removals go to the master branch.
-->

Commits
-------

fab17a4487 Improve some URLs
2019-08-08 17:01:55 +02:00
..
Command [Bridge][Twig] DebugCommand - fix escaping and filter 2019-03-31 13:33:18 +02:00
DataCollector [Twig] removed usage of non-namespaced classes 2019-02-16 12:50:39 +01:00
Extension Improve some URLs 2019-08-08 17:01:12 +02:00
Form switched array() to [] 2019-01-16 10:39:14 +01:00
Node switched array() to [] 2019-01-16 10:39:14 +01:00
NodeVisitor [TwigBridge] Require twig ^1.40|^2.9 2019-04-28 00:12:08 +02:00
Resources/views/Form fix horizontal spacing of inlined Bootstrap forms 2019-04-06 19:28:56 +02:00
Tests Fix test compatibility with 4.x components 2019-08-08 15:49:16 +02:00
TokenParser switched array() to [] 2019-01-16 10:39:14 +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 fixed short array CS in comments 2019-01-16 14:27:11 +01:00
composer.json [TwigBridge] Require twig ^1.40|^2.9 2019-04-28 00:12:08 +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 switched array() to [] 2019-01-16 10:39:14 +01:00
UndefinedCallableHandler.php fixed CS 2019-06-13 12:34:15 +02:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources