Completed
Push — master ( e657da...2322ba )
by Kirill
04:30
created
src/AppBundle/Variable/Service.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
         if ($this->needSync) {
69 69
             if ($var->needSync) {
70
-                @file_get_contents($this->syncHost . 'set/' . $varName . '?value=' . $value);
70
+                @file_get_contents($this->syncHost.'set/'.$varName.'?value='.$value);
71 71
             }
72 72
         }
73 73
 
Please login to merge, or discard this patch.