Passed
Pull Request — master (#14)
by lee
02:26
created
src/helpers.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
      */
9 9
     function getSkillSupportsCountries(): array
10 10
     {
11
-        return include __DIR__ . '/../resources/iso-3166-1-alpha-3-countries-skill-supports.php';
11
+        return include __DIR__.'/../resources/iso-3166-1-alpha-3-countries-skill-supports.php';
12 12
     }
13 13
 }
14 14
 
@@ -18,6 +18,6 @@  discard block
 block discarded – undo
18 18
      */
19 19
     function getSkillSupportsLanguages(): array
20 20
     {
21
-        return include __DIR__ . '/../resources/iso-6391-languages-skrill-supports.php';
21
+        return include __DIR__.'/../resources/iso-6391-languages-skrill-supports.php';
22 22
     }
23 23
 }
Please login to merge, or discard this patch.