Passed
Push — master ( 417a35...0ba0fc )
by Thierry
02:47
created
src/Request/Factory/Factory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,12 +62,12 @@
 block discarded – undo
62 62
     public function request(string $sClassName = ''): ?RequestFactory
63 63
     {
64 64
         $sClassName = trim($sClassName);
65
-        if(!$sClassName)
65
+        if (!$sClassName)
66 66
         {
67 67
             // There is a single request factory for all callable functions.
68 68
             return $this->xRequestFactory->noPrefix(false);
69 69
         }
70
-        if($sClassName === '.')
70
+        if ($sClassName === '.')
71 71
         {
72 72
             // The request factory is for a js function, not a Jaxon call.
73 73
             return $this->xRequestFactory->noPrefix(true);
Please login to merge, or discard this patch.