Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DeployRunner: Fix task variable being overridden by other var type
$task is of type ConfigurableTaskInterface, while $deployerTask is of type Task (from Deployer). Next taskConfig iteration would run `supports` on Deployer Task type, which obviously does not exist.
- Loading branch information