Skip to content

Commit 192ec52

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Remove white space
2 parents 5aab8e3 + e11a961 commit 192ec52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_architecture.rst

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