Fixing the horrors of overly long lines, misalignment, and incorrect use of new lines.
This commit is contained in:
parent
31ee6522c1
commit
69ea47874f
19 changed files with 938 additions and 102 deletions
|
|
@ -351,7 +351,8 @@ class ProjectController extends \PHPCI\Controller
|
|||
|
||||
$field = new Form\Element\TextArea('build_config');
|
||||
$field->setRequired(false);
|
||||
$field->setLabel('PHPCI build config for this project (if you cannot add a phpci.yml file in the project repository)');
|
||||
$label = 'PHPCI build config for this project (if you cannot add a phpci.yml file in the project repository)';
|
||||
$field->setLabel($label);
|
||||
$field->setClass('form-control');
|
||||
$field->setContainerClass('form-group');
|
||||
$field->setRows(6);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue