Passed
Push — master ( 4324bb...25f8a7 )
by Baptiste
02:40
created
src/Extension/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.