Completed
Push — master ( ea66d0...a94821 )
by Alexandr
03:49
created
src/Parser/Ast/ArgumentValue/Variable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     public function getValue()
42 42
     {
43 43
         if (!$this->value) {
44
-            throw new \LogicException('Value is not set for variable "' . $this->name . '"');
44
+            throw new \LogicException('Value is not set for variable "'.$this->name.'"');
45 45
         }
46 46
 
47 47
         return $this->value;
Please login to merge, or discard this patch.