@@ -38,7 +38,7 @@ |
||
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 | } |