Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a46560c

Browse filesBrowse files
committed
Merge branch '2.8'
2 parents fbc7a8a + 6a01917 commit a46560c
Copy full SHA for a46560c
Expand file treeCollapse file tree

32 files changed

+57
-57
lines changed

‎book/forms.rst

Copy file name to clipboardExpand all lines: book/forms.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ Learn more from the Cookbook
19531953
* :doc:`/cookbook/security/csrf_in_login_form`
19541954
* :doc:`/cookbook/cache/form_csrf_caching`
19551955

1956-
.. _`Symfony Form component`: https://github.com/symfony/Form
1956+
.. _`Symfony Form component`: https://github.com/symfony/form
19571957
.. _`DateTime`: http://php.net/manual/en/class.datetime.php
19581958
.. _`Twig Bridge`: https://github.com/symfony/symfony/tree/master/src/Symfony/Bridge/Twig
19591959
.. _`form_div_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig

‎book/from_flat_php_to_symfony2.rst

Copy file name to clipboardExpand all lines: book/from_flat_php_to_symfony2.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,8 @@ Learn more from the Cookbook
757757

758758
.. _`Doctrine`: http://www.doctrine-project.org
759759
.. _`download Composer`: https://getcomposer.org/download/
760-
.. _`Routing`: https://github.com/symfony/Routing
761-
.. _`Templating`: https://github.com/symfony/Templating
760+
.. _`Routing`: https://github.com/symfony/routing
761+
.. _`Templating`: https://github.com/symfony/templating
762762
.. _`KnpBundles.com`: http://knpbundles.com/
763763
.. _`Twig`: http://twig.sensiolabs.org
764764
.. _`Varnish`: https://www.varnish-cache.org/

‎book/http_fundamentals.rst

Copy file name to clipboardExpand all lines: book/http_fundamentals.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,5 +579,5 @@ sensible defaults. For more advanced users, the sky is the limit.
579579
.. _`List of HTTP status codes`: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
580580
.. _`List of HTTP header fields`: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
581581
.. _`List of common media types`: https://www.iana.org/assignments/media-types/media-types.xhtml
582-
.. _`Validator`: https://github.com/symfony/Validator
582+
.. _`Validator`: https://github.com/symfony/validator
583583
.. _`Swift Mailer`: http://swiftmailer.org/

‎book/validation.rst

Copy file name to clipboardExpand all lines: book/validation.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,5 +1300,5 @@ Learn more from the Cookbook
13001300

13011301
* :doc:`/cookbook/validation/custom_constraint`
13021302

1303-
.. _Validator: https://github.com/symfony/Validator
1303+
.. _Validator: https://github.com/symfony/validator
13041304
.. _JSR303 Bean Validation specification: http://jcp.org/en/jsr/detail?id=303

‎components/asset/introduction.rst

Copy file name to clipboardExpand all lines: components/asset/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Installation
4545
You can install the component in two different ways:
4646

4747
* :doc:`Install it via Composer </components/using_components>` (``symfony/asset`` on `Packagist`_);
48-
* Use the official Git repository (https://github.com/symfony/Asset).
48+
* Use the official Git repository (https://github.com/symfony/asset).
4949

5050
Usage
5151
-----

‎components/class_loader/introduction.rst

Copy file name to clipboardExpand all lines: components/class_loader/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can install the component in 2 different ways:
4040

4141
* :doc:`Install it via Composer </components/using_components>` (``symfony/class-loader``
4242
on `Packagist`_);
43-
* Use the official Git repository (https://github.com/symfony/ClassLoader).
43+
* Use the official Git repository (https://github.com/symfony/class-loader).
4444

4545
.. include:: /components/require_autoload.rst.inc
4646

‎components/config/introduction.rst

Copy file name to clipboardExpand all lines: components/config/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can install the component in 2 different ways:
1616

1717
* :doc:`Install it via Composer </components/using_components>` (``symfony/config``
1818
on `Packagist`_);
19-
* Use the official Git repository (https://github.com/symfony/Config).
19+
* Use the official Git repository (https://github.com/symfony/config).
2020

2121
.. include:: /components/require_autoload.rst.inc
2222

‎components/console/introduction.rst

Copy file name to clipboardExpand all lines: components/console/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Installation
1818
You can install the component in 2 different ways:
1919

2020
* :doc:`Install it via Composer </components/using_components>` (``symfony/console`` on `Packagist`_);
21-
* Use the official Git repository (https://github.com/symfony/Console).
21+
* Use the official Git repository (https://github.com/symfony/console).
2222

2323
.. include:: /components/require_autoload.rst.inc
2424

‎components/css_selector.rst

Copy file name to clipboardExpand all lines: components/css_selector.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
You can install the component in 2 different ways:
1414

1515
* :doc:`Install it via Composer </components/using_components>` (``symfony/css-selector`` on `Packagist`_);
16-
* Use the official Git repository (https://github.com/symfony/CssSelector).
16+
* Use the official Git repository (https://github.com/symfony/css-selector).
1717

1818
.. include:: /components/require_autoload.rst.inc
1919

‎components/debug/introduction.rst

Copy file name to clipboardExpand all lines: components/debug/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
You can install the component in many different ways:
1818

1919
* :doc:`Install it via Composer </components/using_components>` (``symfony/debug`` on `Packagist`_);
20-
* Use the official Git repository (https://github.com/symfony/Debug).
20+
* Use the official Git repository (https://github.com/symfony/debug).
2121

2222
.. include:: /components/require_autoload.rst.inc
2323

‎components/dependency_injection/introduction.rst

Copy file name to clipboardExpand all lines: components/dependency_injection/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can install the component in 2 different ways:
1818

1919
* :doc:`Install it via Composer </components/using_components>` (``symfony/dependency-injection``
2020
on `Packagist`_);
21-
* Use the official Git repository (https://github.com/symfony/DependencyInjection).
21+
* Use the official Git repository (https://github.com/symfony/dependency-injection).
2222

2323
.. include:: /components/require_autoload.rst.inc
2424

‎components/dom_crawler.rst

Copy file name to clipboardExpand all lines: components/dom_crawler.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Installation
1818
You can install the component in 2 different ways:
1919

2020
* :doc:`Install it via Composer </components/using_components>` (``symfony/dom-crawler`` on `Packagist`_);
21-
* Use the official Git repository (https://github.com/symfony/DomCrawler).
21+
* Use the official Git repository (https://github.com/symfony/dom-crawler).
2222

2323
.. include:: /components/require_autoload.rst.inc
2424

‎components/event_dispatcher/introduction.rst

Copy file name to clipboardExpand all lines: components/event_dispatcher/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can install the component in 2 different ways:
5656

5757
* :doc:`Install it via Composer </components/using_components>`
5858
(``symfony/event-dispatcher`` on `Packagist`_);
59-
* Use the official Git repository (https://github.com/symfony/EventDispatcher).
59+
* Use the official Git repository (https://github.com/symfony/event-dispatcher).
6060

6161
.. include:: /components/require_autoload.rst.inc
6262

‎components/expression_language/caching.rst

Copy file name to clipboardExpand all lines: components/expression_language/caching.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ Both ``evaluate()`` and ``compile()`` can handle ``ParsedExpression`` and
7070
7171
var_dump($language->evaluate($expression)); // prints 5
7272
73-
.. _DoctrineBridge: https://github.com/symfony/DoctrineBridge
73+
.. _DoctrineBridge: https://github.com/symfony/doctrine-bridge
7474
.. _`doctrine cache library`: http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/caching.html

‎components/filesystem/introduction.rst

Copy file name to clipboardExpand all lines: components/filesystem/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
You can install the component in 2 different ways:
1818

1919
* :doc:`Install it via Composer </components/using_components>` (``symfony/filesystem`` on `Packagist`_);
20-
* Use the official Git repository (https://github.com/symfony/Filesystem).
20+
* Use the official Git repository (https://github.com/symfony/filesystem).
2121

2222
.. include:: /components/require_autoload.rst.inc
2323

‎components/finder.rst

Copy file name to clipboardExpand all lines: components/finder.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
You can install the component in 2 different ways:
1515

1616
* :doc:`Install it via Composer </components/using_components>` (``symfony/finder`` on `Packagist`_);
17-
* Use the official Git repository (https://github.com/symfony/Finder).
17+
* Use the official Git repository (https://github.com/symfony/finder).
1818

1919
.. include:: /components/require_autoload.rst.inc
2020

‎components/form/introduction.rst

Copy file name to clipboardExpand all lines: components/form/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Installation
2020
You can install the component in 2 different ways:
2121

2222
* :doc:`Install it via Composer </components/using_components>` (``symfony/form`` on `Packagist`_);
23-
* Use the official Git repository (https://github.com/symfony/Form).
23+
* Use the official Git repository (https://github.com/symfony/form).
2424

2525
.. include:: /components/require_autoload.rst.inc
2626

‎components/http_foundation/introduction.rst

Copy file name to clipboardExpand all lines: components/http_foundation/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installation
2222
You can install the component in 2 different ways:
2323

2424
* :doc:`Install it via Composer </components/using_components>` (``symfony/http-foundation`` on `Packagist`_);
25-
* Use the official Git repository (https://github.com/symfony/HttpFoundation).
25+
* Use the official Git repository (https://github.com/symfony/http-foundation).
2626

2727
.. include:: /components/require_autoload.rst.inc
2828

‎components/http_kernel/introduction.rst

Copy file name to clipboardExpand all lines: components/http_kernel/introduction.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
You can install the component in 2 different ways:
1818

1919
* :doc:`Install it via Composer </components/using_components>` (``symfony/http-kernel`` on Packagist_);
20-
* Use the official Git repository (https://github.com/symfony/HttpKernel).
20+
* Use the official Git repository (https://github.com/symfony/http-kernel).
2121

2222
.. include:: /components/require_autoload.rst.inc
2323

@@ -712,4 +712,4 @@ look like this::
712712
.. _`SensioFrameworkExtraBundle`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
713713
.. _`@ParamConverter`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
714714
.. _`@Template`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/view.html
715-
.. _`EmailSenderListener`: https://github.com/symfony/SwiftmailerBundle/blob/master/EventListener/EmailSenderListener.php
715+
.. _`EmailSenderListener`: https://github.com/symfony/swiftmailer-bundle/blob/master/EventListener/EmailSenderListener.php

‎components/intl.rst

Copy file name to clipboardExpand all lines: components/intl.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Installation
2323
You can install the component in two different ways:
2424

2525
* :doc:`Install it via Composer</components/using_components>` (``symfony/intl`` on `Packagist`_);
26-
* Using the official Git repository (https://github.com/symfony/Intl).
26+
* Using the official Git repository (https://github.com/symfony/intl).
2727

2828
If you install the component via Composer, the following classes and functions
2929
of the intl extension will be automatically provided if the intl extension is

‎components/options_resolver.rst

Copy file name to clipboardExpand all lines: components/options_resolver.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Installation
1515
You can install the component in 2 different ways:
1616

1717
* :doc:`Install it via Composer </components/using_components>` (``symfony/options-resolver`` on `Packagist`_);
18-
* Use the official Git repository (https://github.com/symfony/OptionsResolver).
18+
* Use the official Git repository (https://github.com/symfony/options-resolver).
1919

2020
.. include:: /components/require_autoload.rst.inc
2121

‎components/process.rst

Copy file name to clipboardExpand all lines: components/process.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
You can install the component in 2 different ways:
1414

1515
* :doc:`Install it via Composer </components/using_components>` (``symfony/process`` on `Packagist`_);
16-
* Use the official Git repository (https://github.com/symfony/Process).
16+
* Use the official Git repository (https://github.com/symfony/process).
1717

1818
.. include:: /components/require_autoload.rst.inc
1919

‎components/property_access/introduction.rst

Copy file name to clipboardExpand all lines: components/property_access/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
You can install the component in two different ways:
1515

1616
* :doc:`Install it via Composer</components/using_components>` (``symfony/property-access`` on `Packagist`_);
17-
* Use the official Git repository (https://github.com/symfony/PropertyAccess).
17+
* Use the official Git repository (https://github.com/symfony/property-access).
1818

1919
.. include:: /components/require_autoload.rst.inc
2020

‎components/routing/introduction.rst

Copy file name to clipboardExpand all lines: components/routing/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
You can install the component in 2 different ways:
1515

1616
* :doc:`Install it via Composer </components/using_components>` (``symfony/routing`` on `Packagist`_);
17-
* Use the official Git repository (https://github.com/symfony/Routing).
17+
* Use the official Git repository (https://github.com/symfony/routing).
1818

1919
.. include:: /components/require_autoload.rst.inc
2020

‎components/security/introduction.rst

Copy file name to clipboardExpand all lines: components/security/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
You can install the component in 2 different ways:
1818

1919
* :doc:`Install it via Composer </components/using_components>` (``symfony/security`` on Packagist_);
20-
* Use the official Git repository (https://github.com/symfony/Security).
20+
* Use the official Git repository (https://github.com/symfony/security).
2121

2222
.. include:: /components/require_autoload.rst.inc
2323

‎components/serializer.rst

Copy file name to clipboardExpand all lines: components/serializer.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Installation
3131
You can install the component in 2 different ways:
3232

3333
* :doc:`Install it via Composer </components/using_components>` (``symfony/serializer`` on `Packagist`_);
34-
* Use the official Git repository (https://github.com/symfony/Serializer).
34+
* Use the official Git repository (https://github.com/symfony/serializer).
3535

3636

3737
.. include:: /components/require_autoload.rst.inc

‎components/stopwatch.rst

Copy file name to clipboardExpand all lines: components/stopwatch.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
You can install the component in two different ways:
1414

1515
* :doc:`Install it via Composer</components/using_components>` (``symfony/stopwatch`` on `Packagist`_);
16-
* Use the official Git repository (https://github.com/symfony/Stopwatch).
16+
* Use the official Git repository (https://github.com/symfony/stopwatch).
1717

1818
.. include:: /components/require_autoload.rst.inc
1919

‎components/templating/introduction.rst

Copy file name to clipboardExpand all lines: components/templating/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Installation
1919
You can install the component in 2 different ways:
2020

2121
* :doc:`Install it via Composer </components/using_components>` (``symfony/templating`` on `Packagist`_);
22-
* Use the official Git repository (https://github.com/symfony/Templating).
22+
* Use the official Git repository (https://github.com/symfony/templating).
2323

2424
.. include:: /components/require_autoload.rst.inc
2525

‎components/translation/introduction.rst

Copy file name to clipboardExpand all lines: components/translation/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
You can install the component in 2 different ways:
1515

1616
* :doc:`Install it via Composer </components/using_components>` (``symfony/translation`` on `Packagist`_);
17-
* Use the official Git repository (https://github.com/symfony/Translation).
17+
* Use the official Git repository (https://github.com/symfony/translation).
1818

1919
.. include:: /components/require_autoload.rst.inc
2020

‎components/yaml/introduction.rst

Copy file name to clipboardExpand all lines: components/yaml/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Installation
3232
You can install the component in 2 different ways:
3333

3434
* :doc:`Install it via Composer </components/using_components>` (``symfony/yaml`` on `Packagist`_);
35-
* Use the official Git repository (https://github.com/symfony/Yaml).
35+
* Use the official Git repository (https://github.com/symfony/yaml).
3636

3737
.. include:: /components/require_autoload.rst.inc
3838

‎contributing/code/core_team.rst

Copy file name to clipboardExpand all lines: contributing/code/core_team.rst
+24-24Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -149,30 +149,30 @@ discretion of the **Project Leader**.
149149
.. [1] Minor changes comprise typos, DocBlock fixes, code standards
150150
violations, and minor CSS, JavaScript and HTML modifications.
151151
152-
.. _BrowserKit: https://github.com/symfony/BrowserKit
153-
.. _Config: https://github.com/symfony/Config
154-
.. _Console: https://github.com/symfony/Console
155-
.. _Debug: https://github.com/symfony/Debug
156-
.. _DependencyInjection: https://github.com/symfony/DependencyInjection
157-
.. _DoctrineBridge: https://github.com/symfony/DoctrineBridge
158-
.. _EventDispatcher: https://github.com/symfony/EventDispatcher
159-
.. _DomCrawler: https://github.com/symfony/DomCrawler
160-
.. _Form: https://github.com/symfony/Form
161-
.. _HttpFoundation: https://github.com/symfony/HttpFoundation
162-
.. _HttpKernel: https://github.com/symfony/HttpKernel
163-
.. _Icu: https://github.com/symfony/Icu
164-
.. _Intl: https://github.com/symfony/Intl
165-
.. _Locale: https://github.com/symfony/Locale
166-
.. _MonologBridge: https://github.com/symfony/MonologBridge
167-
.. _OptionsResolver: https://github.com/symfony/OptionsResolver
168-
.. _Process: https://github.com/symfony/Process
169-
.. _PropertyAccess: https://github.com/symfony/PropertyAccess
170-
.. _Routing: https://github.com/symfony/Routing
171-
.. _Serializer: https://github.com/symfony/Serializer
172-
.. _Translation: https://github.com/symfony/Translation
173-
.. _Stopwatch: https://github.com/symfony/Stopwatch
174-
.. _TwigBridge: https://github.com/symfony/TwigBridge
175-
.. _Validator: https://github.com/symfony/Validator
152+
.. _BrowserKit: https://github.com/symfony/browser-kit
153+
.. _Config: https://github.com/symfony/config
154+
.. _Console: https://github.com/symfony/console
155+
.. _Debug: https://github.com/symfony/debug
156+
.. _DependencyInjection: https://github.com/symfony/dependency-injection
157+
.. _DoctrineBridge: https://github.com/symfony/doctrine-bridge
158+
.. _EventDispatcher: https://github.com/symfony/event-dispatcher
159+
.. _DomCrawler: https://github.com/symfony/dom-crawler
160+
.. _Form: https://github.com/symfony/form
161+
.. _HttpFoundation: https://github.com/symfony/http-foundation
162+
.. _HttpKernel: https://github.com/symfony/http-kernel
163+
.. _Icu: https://github.com/symfony/icu
164+
.. _Intl: https://github.com/symfony/intl
165+
.. _Locale: https://github.com/symfony/locale
166+
.. _MonologBridge: https://github.com/symfony/monolog-bridge
167+
.. _OptionsResolver: https://github.com/symfony/options-resolver
168+
.. _Process: https://github.com/symfony/process
169+
.. _PropertyAccess: https://github.com/symfony/property-access
170+
.. _Routing: https://github.com/symfony/routing
171+
.. _Serializer: https://github.com/symfony/serializer
172+
.. _Translation: https://github.com/symfony/translation
173+
.. _Stopwatch: https://github.com/symfony/stopwatch
174+
.. _TwigBridge: https://github.com/symfony/twig-bridge
175+
.. _Validator: https://github.com/symfony/validator
176176
.. _VarDumper: https://github.com/symfony/var-dumper
177177
.. _DebugBundle: https://github.com/symfony/debug-bundle
178178
.. _`fabpot`: https://github.com/fabpot/

‎reference/events.rst

Copy file name to clipboardExpand all lines: reference/events.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ Listener Class Name Prior
236236
:class:`Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener` -128
237237
========================================================================= ========
238238

239-
.. _`EmailSenderListener`: https://github.com/symfony/SwiftmailerBundle/blob/master/EventListener/EmailSenderListener.php
239+
.. _`EmailSenderListener`: https://github.com/symfony/swiftmailer-bundle/blob/master/EventListener/EmailSenderListener.php

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.