From 134df97392feb4ce78293595ea28eee35ed6348e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rathgeber=20St=C3=A9phane?= Date: Wed, 16 Dec 2020 18:53:48 +0100 Subject: [PATCH] Remove white space --- quick_tour/the_architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_architecture.rst b/quick_tour/the_architecture.rst index 69883859d53..d88bb5d32ed 100644 --- a/quick_tour/the_architecture.rst +++ b/quick_tour/the_architecture.rst @@ -155,7 +155,7 @@ difference is that it's done in the constructor: { // ... - + $this->logger->info('Using the greeting: '.$greeting); + + $this->logger->info('Using the greeting: '.$greeting); return $greeting; }