Passed
Push — master ( aa303d...e332d7 )
by Antonio
04:02
created
src/HTPayWayFactoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
 interface HTPayWayFactoryInterface
6 6
 {
7
-    public const LOCALES_AVAILABLE = ['en_US', 'hr_HR', 'de_CH', 'de_DE',  'fr_BE', 'fr_FR', 'it_IT', 'ru_RU'];
7
+    public const LOCALES_AVAILABLE = ['en_US', 'hr_HR', 'de_CH', 'de_DE', 'fr_BE', 'fr_FR', 'it_IT', 'ru_RU'];
8 8
 
9 9
     public const CURRENCIES_AVAILABLE = ['HRK'];
10 10
 }
11 11
\ No newline at end of file
Please login to merge, or discard this patch.