8000 Remove white space · colinodell/symfony-docs@134df97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 134df97

Browse files
authored
Remove white space
1 parent ead414b commit 134df97

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