Skip to content

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

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