Improvement description
Expected behavior, running the command:
bin/console pimcore:deployment:classes-rebuild -c -o
should create missing class definitions in database but not trying to dump PHP files.
Currently, when running with argument -c it always tries to dump the files, because -o is not considered.
This is critical to do clean PaaS deployments.