Passed
Pull Request — master (#6)
by Daniel
04:58
created
src/Jellyfish/ProcessSymfony/ProcessSymfonyServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.