@@ -124,7 +124,7 @@ |
||
124 | 124 | return $this->services['http.stream_factory'] = StreamFactoryDiscovery::find(); |
125 | 125 | } |
126 | 126 | |
127 | - private function getTwigService(): ?Twig_Environment |
|
127 | + private function getTwigService(): ? Twig_Environment |
|
128 | 128 | { |
129 | 129 | if (!class_exists(Twig_Environment::class)) { |
130 | 130 | return $this->services['twig'] = null; |