Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitc042934

Browse files
committed
Merge branch '2.4' into 2.5
Conflicts:book/translation.rst
2 parents882471f +d45a60f commitc042934

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)

[8]ページ先頭

©2009-2025 Movatter.jp