@@ -30,7 +30,7 @@ |
||
30 | 30 | } |
31 | 31 | } |
32 | 32 | |
33 | - public static function for(string $class, ProxyLoader $loader): ProxyFactory |
|
33 | + public static function for (string $class, ProxyLoader $loader): ProxyFactory |
|
34 | 34 | { |
35 | 35 | return new self($class, $loader); |
36 | 36 | } |