Completed
Branch master (ca1420)
by Guilherme
07:28 queued 32s
created
src/LoginCidadao/CoreBundle/Controller/SuggestionController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Guilherme Donato
4
- */
3
+     * @author Guilherme Donato
4
+     */
5 5
 
6 6
 namespace LoginCidadao\CoreBundle\Controller;
7 7
 
Please login to merge, or discard this patch.
src/LoginCidadao/CoreBundle/Form/Type/AjaxChoiceType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      * @param array $options            
38 38
      */
39 39
     public function buildView(FormView $view, FormInterface $form,
40
-                              array $options)
40
+                                array $options)
41 41
     {
42 42
         if (array_key_exists('ajax_choice_attr', $options)) {
43 43
             $nForm                                    = $form->getParent()->getName();
Please login to merge, or discard this patch.
src/LoginCidadao/CoreBundle/Form/Type/CitySelectorComboType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
     }
212 212
 
213 213
     public function finishView(FormView $view, FormInterface $form,
214
-                                 array $options)
214
+                                    array $options)
215 215
     {
216 216
         if ($view->children['country']->vars['choice_translation_domain'] === false) {
217 217
             return;
Please login to merge, or discard this patch.