@@ -31,7 +31,7 @@ |
||
31 | 31 | { |
32 | 32 | $supported = $this->getSupportedTransliteratorIds(); |
33 | 33 | |
34 | - if (! \in_array($transliteratorId, $supported)) |
|
34 | + if (!\in_array($transliteratorId, $supported)) |
|
35 | 35 | { |
36 | 36 | throw new Exception\UnsupportedTransliteratorIdentifierException( |
37 | 37 | \sprintf('The transliterator identifier "%s" is not supported', $transliteratorId) |