@@ -170,7 +170,7 @@ |
||
170 | 170 | } catch (NotFoundException $e) { |
171 | 171 | return true; |
172 | 172 | } catch (InvalidArgumentException $ee) { |
173 | - if($this->logger) { |
|
173 | + if ($this->logger) { |
|
174 | 174 | $this->logger->warning('Tried to delete the main language, or a language that still has existing translations (is in use).'); |
175 | 175 | } |
176 | 176 | return false; |