Nayjest/Builder

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
LICENSE
README.md
composer.json
phpunit.xml
src/Blueprint.php33
src/BlueprintsCollection.php24
A
35 mins
src/Builder.php55
src/Env.php22
src/Instructions/Base/Instruction.php20
src/Instructions/Base/InstructionInterface.php8
src/Instructions/CustomInstruction.php18
src/Instructions/Mapping/Base/Mapping.php46
src/Instructions/Mapping/Base/MappingInterface.php8
src/Instructions/Mapping/Build.php23
src/Instructions/Mapping/BuildChildren.php27
src/Instructions/Mapping/CallMethodWith.php20
src/Instructions/Mapping/ClassName.php18
src/Instructions/Mapping/ConstructorArgument.php19
src/Instructions/Mapping/CustomMapping.php27
A
35 mins
src/Instructions/Mapping/Rename.php20
src/Instructions/Remove.php19
src/Instructions/SetValue.php24
src/Instructions/SimpleValueAsField.php23
src/Scaffold.php23