Test Failed
Push — master ( bce943...a5755c )
by Kamil
11:35
created
Lib/Infrastructure/Framework/DoctrineSettingRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     public function save(Setting $setting)
40 40
     {
41 41
         $this->entityManager->transactional(
42
-            function () use ($setting){
42
+            function() use ($setting){
43 43
                 $this->entityManager->persist($setting);
44 44
                 $this->entityManager->flush();
45 45
             }
Please login to merge, or discard this patch.
Entity/Setting.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 /**
8 8
  * Entity class created only to be able generate doctrine entity within Symfony framework without any additional
9 9
  * mapping configuration in config.yml file
10
-
11 10
  */
12 11
 class Setting extends ModelSetting
13 12
 {
Please login to merge, or discard this patch.