@@ -106,7 +106,7 @@ |
||
| 106 | 106 | |
| 107 | 107 | try { |
| 108 | 108 | return Languages::getName($language, $region); |
| 109 | - } catch(MissingResourceException $exception) { |
|
| 109 | + } catch (MissingResourceException $exception) { |
|
| 110 | 110 | return null; |
| 111 | 111 | } |
| 112 | 112 | } |
@@ -93,7 +93,7 @@ |
||
| 93 | 93 | { |
| 94 | 94 | try { |
| 95 | 95 | return Currencies::getName($code); |
| 96 | - } catch(MissingResourceException $exception) { |
|
| 96 | + } catch (MissingResourceException $exception) { |
|
| 97 | 97 | return null; |
| 98 | 98 | } |
| 99 | 99 | } |