More normal error output from artisan encryptenv:console
Remove Symfony error handler from artisan encryptenv:console command. Symfony's Process class expects all commands follow specific convention to properly return a successful process. This causes an error to return in many situations when using Laravel the Command class. Therefore, it has been removed.