Skip to content

Commit ffa7771

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Reference the open sourced Symfony CLI code Use a backed string enum in the EnumType example
2 parents bfd1565 + 18d41cc commit ffa7771

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

reference/forms/types/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ short) defined somewhere in your application. This enum has to be of type
3232
// src/Config/TextAlign.php
3333
namespace App\Config;
3434

35-
enum TextAlign
35+
enum TextAlign: string
3636
{
3737
case Left = 'Left/Start aligned';
3838
case Center = 'Center/Middle aligned';

setup.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ requirements. Open your console terminal and run this command:
3939
4040
.. note::
4141

42-
The Symfony CLI source is available at the `Symfony CLI organization repository`_. If
43-
you want to report a bug or suggest a new feature, please create an issue on
44-
`symfony/cli`_.
42+
The Symfony CLI is written in Go and you can contribute to it in the
43+
`symfony-cli/symfony-cli GitHub repository`_.
4544

4645
.. _creating-symfony-applications:
4746

@@ -318,8 +317,7 @@ Learn More
318317
.. _`Stellar Development with Symfony`: https://symfonycasts.com/screencast/symfony
319318
.. _`Install Composer`: https://getcomposer.org/download/
320319
.. _`install Symfony CLI`: https://symfony.com/download
321-
.. _`symfony/cli`: https://github.com/symfony/cli
322-
.. _`Symfony CLI organization repository`: https://github.com/symfony-cli
320+
.. _`symfony-cli/symfony-cli GitHub repository`: https://github.com/symfony-cli/symfony-cli
323321
.. _`The Symfony Demo Application`: https://github.com/symfony/demo
324322
.. _`Symfony Flex`: https://github.com/symfony/flex
325323
.. _`PHP security advisories database`: https://github.com/FriendsOfPHP/security-advisories

setup/symfony_server.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ The Symfony server is part of the ``symfony`` binary created when you
1919

2020
.. note::
2121

22-
The Symfony binary is developed internally at Symfony. If you want to
23-
report a bug or suggest a new feature, please create an issue on
24-
`symfony/cli`_.
22+
You can view and contribute to the Symfony CLI source in the
23+
`symfony-cli/symfony-cli GitHub repository`_.
2524

2625
Getting Started
2726
---------------
@@ -423,7 +422,7 @@ debug any issues.
423422
`Read SymfonyCloud technical docs`_.
424423

425424
.. _`install Symfony`: https://symfony.com/download
426-
.. _`symfony/cli`: https://github.com/symfony/cli
425+
.. _`symfony-cli/symfony-cli GitHub repository`: https://github.com/symfony-cli/symfony-cli
427426
.. _`Docker`: https://en.wikipedia.org/wiki/Docker_(software)
428427
.. _`SymfonyCloud`: https://symfony.com/cloud/
429428
.. _`Read SymfonyCloud technical docs`: https://symfony.com/doc/master/cloud/intro.html

0 commit comments

Comments
 (0)