@@ -24,7 +24,7 @@ |
||
| 24 | 24 | */ |
| 25 | 25 | protected function createProcessFactory(Container $container): ProcessSymfonyServiceProvider |
| 26 | 26 | { |
| 27 | - $container->offsetSet('process_factory', function (Container $container) { |
|
| 27 | + $container->offsetSet('process_factory', function(Container $container) { |
|
| 28 | 28 | $rootDir = $container->offsetGet('rootDir'); |
| 29 | 29 | |
| 30 | 30 | return new ProcessFactory($rootDir . 'tmp' . DIRECTORY_SEPARATOR); |