Passed
Pull Request — develop (#61)
by Mario
01:17
created
api/src/Service/UserService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
                     ->setOwner($user->getOwner())
84 84
                     ->setOwnerUuid($user->getOwnerUuid())
85 85
                     ->setIndividual($identity)
86
-                    ->setTitle([ // @todo remove hard-coded titles
86
+                    ->setTitle([// @todo remove hard-coded titles
87 87
                         'en' => 'Default',
88 88
                         'fr' => 'Défaut'
89 89
                     ])
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
                     ->setOwner($user->getOwner())
104 104
                     ->setOwnerUuid($user->getOwnerUuid())
105 105
                     ->setOrganization($identity)
106
-                    ->setTitle([ // @todo remove hard-coded titles
106
+                    ->setTitle([// @todo remove hard-coded titles
107 107
                         'en' => 'Default',
108 108
                         'fr' => 'Défaut'
109 109
                     ])
Please login to merge, or discard this patch.
api/src/Migration/Version0_15_0.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
                 break;
139 139
 
140 140
             default:
141
-                $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".');
141
+                $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".');
142 142
                 break;
143 143
         }
144 144
     }
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
                 break;
167 167
 
168 168
             default:
169
-                $this->abortIf(true,'Migration cannot be executed on "'.$this->platform->getName().'".');
169
+                $this->abortIf(true, 'Migration cannot be executed on "'.$this->platform->getName().'".');
170 170
                 break;
171 171
         }
172 172
     }
Please login to merge, or discard this patch.