@@ -114,7 +114,7 @@ |
||
114 | 114 | return $this->services['http.client'] = new PluginClient($http, $plugins); |
115 | 115 | } |
116 | 116 | |
117 | - private function getTwigService(): ?Twig_Environment |
|
117 | + private function getTwigService(): ? Twig_Environment |
|
118 | 118 | { |
119 | 119 | if (!class_exists(Twig_Environment::class)) { |
120 | 120 | return $this->services['twig'] = null; |