Passed
Push — master ( 42764b...5745e7 )
by Baptiste
02:06
created
src/Extension/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.