Skip to content

Commit c042934

Browse files
committed
Merge branch '2.4' into 2.5
Conflicts: book/translation.rst
2 parents 882471f + d45a60f commit c042934

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

contributing/documentation/standards.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Files and Directories
9292
* When you list a Symfony file/directory hierarchy, use ``your-project/`` as the
9393
top level directory. E.g.
9494

95+
.. code-block:: text
96+
9597
your-project/
9698
├─ app/
9799
├─ src/

cookbook/console/commands_as_services.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ have some ``NameRepository`` service that you'll use to get your default value::
9090

9191
public function __construct(NameRepository $nameRepository)
9292
{
93-
parent::__construct();
94-
9593
$this->nameRepository = $nameRepository;
94+
95+
parent::__construct();
9696
}
9797

9898
protected function configure()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy