| @@ -83,7 +83,7 @@ discard block | ||
| 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 | ||
| 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 | ]) | 
| @@ -138,7 +138,7 @@ discard block | ||
| 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 | ||
| 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 | } |