Completed
Branch master (ca1420)
by Guilherme
07:28 queued 32s
created
src/LoginCidadao/OpenIDBundle/Storage/PublicKey.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     }
33 33
 
34 34
     public function setFilesystem(Filesystem $filesystem,
35
-                                  $fileName = 'private.pem')
35
+                                    $fileName = 'private.pem')
36 36
     {
37 37
         $this->filesystem = $filesystem;
38 38
         $this->fileName   = $fileName;
Please login to merge, or discard this patch.
src/LoginCidadao/OpenIDBundle/Tests/Controller/JsonWebKeyControllerTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
     }
25 25
 
26 26
     protected function assertJsonResponse($response, $statusCode = 200,
27
-                                          $checkValidJson = true,
28
-                                          $contentType = 'application/json')
27
+                                            $checkValidJson = true,
28
+                                            $contentType = 'application/json')
29 29
     {
30 30
         $this->assertEquals(
31 31
             $statusCode, $response->getStatusCode(), $response->getContent()
Please login to merge, or discard this patch.
src/LoginCidadao/StatsBundle/Entity/StatisticsRepository.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     }
27 27
 
28 28
     public function findIndexedStatsByIndexKeyDate($index, $keys = null,
29
-                                                   \DateTime $afterDate = null)
29
+                                                    \DateTime $afterDate = null)
30 30
     {
31 31
         $data = $this->findStatsByIndexKeyDate($index, $keys, $afterDate);
32 32
 
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     }
35 35
 
36 36
     public function findIndexedUniqueStatsByIndexKeyDate($index, $keys = null,
37
-                                                         \DateTime $afterDate = null)
37
+                                                            \DateTime $afterDate = null)
38 38
     {
39 39
         $query = $this->getFindStatsByIndexKeyDateQuery($index, $keys,
40 40
             $afterDate);
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     public function findIndexedUniqueStatsByIndexKeyDays($index, $keys = null,
48
-                                                         $days = null)
48
+                                                            $days = null)
49 49
     {
50 50
         $query = $this->getFindStatsByIndexKeyDateQuery($index, $keys, null,
51 51
             $days);
Please login to merge, or discard this patch.
src/LoginCidadao/StatsBundle/Handler/StatsHandler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     }
35 35
 
36 36
     public function getIndexedUniqueDate($index, $keys = null,
37
-                                         \DateTime $afterDate = null)
37
+                                            \DateTime $afterDate = null)
38 38
     {
39 39
         return $this->repo->findIndexedUniqueStatsByIndexKeyDate($index, $keys,
40 40
                 $afterDate);
Please login to merge, or discard this patch.
src/LoginCidadao/ValidationControlBundle/Handler/ValidationHandler.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,8 @@
 block discarded – undo
46 46
     }
47 47
 
48 48
     public function idCardValidate(ExecutionContextInterface $validator,
49
-                                   Constraint $constraint,
50
-                                   IdCardInterface $idCard)
49
+                                    Constraint $constraint,
50
+                                    IdCardInterface $idCard)
51 51
     {
52 52
         $event = new IdCardValidateEvent($validator, $constraint, $idCard);
53 53
         $this->dispatcher->dispatch(ValidationEvents::ID_CARD_VALIDATE, $event);
Please login to merge, or discard this patch.
src/LoginCidadao/NotificationBundle/Model/BroadcastNotificationIterable.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
     protected function getCurrentData()
23 23
     {
24 24
         return $this->handler->allIdOffset($this->getPerIteration(),
25
-                                           $this->getOffset(),
26
-                                           $this->client);
25
+                                            $this->getOffset(),
26
+                                            $this->client);
27 27
     }
28 28
 
29 29
 }
Please login to merge, or discard this patch.
OpenIDBundle/Tests/Controller/ClientRegistrationControllerTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
     }
25 25
 
26 26
     protected function assertJsonResponse($response, $statusCode = 200,
27
-                                          $checkValidJson = true,
28
-                                          $contentType = 'application/json')
27
+                                            $checkValidJson = true,
28
+                                            $contentType = 'application/json')
29 29
     {
30 30
         $this->assertEquals(
31 31
             $statusCode, $response->getStatusCode(), $response->getContent()
Please login to merge, or discard this patch.
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.