Passed
Branch main (c56fec)
by Osvaldo
10:16 queued 03:39
created
Category
src/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
     private function verificarSiExisteLaClase($nombreDeLaClase)
21 21
     {
22
-        if(!class_exists($nombreDeLaClase))
22
+        if (!class_exists($nombreDeLaClase))
23 23
         {
24 24
             throw new Exception("La clase no existe", 1);
25 25
         }
Please login to merge, or discard this patch.