8000 Merge branch '4.4' into 5.1 · githubfromgui/symfony-docs@e11a961 · GitHub
[go: up one dir, main page]

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 e11a961

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Remove white space
2 parents b8eaae0 + 5b5895e commit e11a961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ difference is that it's done in the constructor:
155155
{
156156
// ...
157157
158-
+ $this->logger->info('Using the greeting: '.$greeting);
158+
+ $this->logger->info('Using the greeting: '.$greeting);
159159
160160
return $greeting;
161161
}

0 commit comments

Comments
 (0)
0