Passed
Push — main ( 11ffe7...c92b36 )
by Thierry
02:21
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      */
30 30
     public static function getFacadeService(string $serviceId)
31 31
     {
32
-        if(self::$container->has($serviceId))
32
+        if (self::$container->has($serviceId))
33 33
         {
34 34
             // A public service will be found in the container.
35 35
             return self::$container->get($serviceId);
Please login to merge, or discard this patch.