Completed
Push — master ( 4011c2...5e557d )
by Kirill
03:45
created
src/AppBundle/Variable/Service.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,8 @@
 block discarded – undo
65 65
         }
66 66
 
67 67
         if ($this->needSync) {
68
-        	@file_get_contents($this->syncHost.'set/'.$varName.'?value='.$value);
69
-		}
68
+            @file_get_contents($this->syncHost.'set/'.$varName.'?value='.$value);
69
+        }
70 70
 
71 71
         $var->setValue($value);
72 72
         $var->setLaststatus(200);
Please login to merge, or discard this patch.