Closed greg0ire closed 3 months ago
That array is supposed to map command names to command arguments. Using array_unshift resulted in a crash when using --clear-build-cache, as well as 2 unnecessary assertions.
--clear-build-cache
Extracted from https://github.com/doctrine/doctrine-website/pull/594
That array is supposed to map command names to command arguments. Using array_unshift resulted in a crash when using
--clear-build-cache
, as well as 2 unnecessary assertions.Extracted from https://github.com/doctrine/doctrine-website/pull/594