This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple spread classes failure to load
Multiple spread classes will fail to be loaded into the deployer due to improper code. Expected compiler pass result: $instance->addSpread(spread1); $instance->addSpread(spread2); ... Current compiler pass: $instance->addSpread(spread1,spread2,...)
- Loading branch information