Completed
Push — master ( c9da35...449f81 )
by Jesse
02:32
created
src/BasicProxyFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      * @param ProxyLoader $loader The loader to inject into the proxy.
39 39
      * @return ProxyFactory       The factory for this proxy class.
40 40
      */
41
-    public static function for(string $class, ProxyLoader $loader): ProxyFactory
41
+    public static function for (string $class, ProxyLoader $loader): ProxyFactory
42 42
     {
43 43
         return new self($class, $loader);
44 44
     }
Please login to merge, or discard this patch.