Completed
Pull Request — master (#76)
by
unknown
02:51
created
src/Suggest/ContextSuggest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         $this->text = $text;
47 47
         $this->context = $context;
48 48
         $this->setParameters($parameters);
49
-        $this->addParameter('context',$context);
49
+        $this->addParameter('context', $context);
50 50
     }
51 51
 
52 52
     /**
Please login to merge, or discard this patch.