stable

Forked from tuleap/stable

Clone or download

Read-only

story #8572: Transform untyped $data to object in ProjectCreator

This has a few benefits ranging from documenting the data structure to allowing in the future filling these creation data using the import XML file. Change-Id: I27b5ddb6d95a2bc5624f6c8c48dbe1b8c296b70f

Modified Files

Name
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationController.class.php +2 −1 Go to diff View file
A src/common/project/ProjectCreationData.class.php +164 −0 Go to diff View file
M src/common/project/ProjectCreator.class.php +31 −29 Go to diff View file