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

+2
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

+2-2
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)