Skip to content

Instantly share code, notes, and snippets.

View xavismeh's full-sized avatar

Xav. xavismeh

View GitHub Profile
@xavismeh
xavismeh / gist:f5ec29684d810ddf8f76
Last active August 29, 2015 14:16
Form violation
public function buildForm(FormBuilderInterface $builder, array $options) {
    $builder->add('companyName', 'text', array('required' => false))
    ...
    ;
}


    public function setDefaultOptions(OptionsResolverInterface $resolver)
 {
git remote add remote <mon-repo-secondaire>
git fetch remote
git merge remote/<ma-branche>