Completed
Push — master ( b1076e...dd8ca6 )
by Antonio Carlos
06:19
created
src/package/Support/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 {
7 7
     public function defineConstants()
8 8
     {
9
-        if (! \defined('__COUNTRIES_DIR__')) {
9
+        if (!\defined('__COUNTRIES_DIR__')) {
10 10
             \define(
11 11
                 '__COUNTRIES_DIR__',
12 12
                 realpath(
Please login to merge, or discard this patch.