Explorar el Código

Fix type error on success in "Fgm\Drupal\Composer\MergeParamsCommand::execute()"

Eric BELLOT hace 2 años
padre
commit
eb29fc36b8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/MergeParamsCommand.php

+ 2 - 0
src/MergeParamsCommand.php

@@ -115,6 +115,8 @@ EOT
       $output->writeln("Failed to write merged params.");
       return 2;
     }
+
+    return 0;
   }
 
   /**