Completed
Branch 0.8-dev (af4386)
by Kacper
03:08
created
Parser/Token/LanguageToken.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,11 +58,11 @@
 block discarded – undo
58 58
 
59 59
     public function process(array &$context, Language $language, Result $result, TokenIterator $tokens)
60 60
     {
61
-        if(!$this->isValid($language, $context)) {
61
+        if (!$this->isValid($language, $context)) {
62 62
             return true;
63 63
         }
64 64
 
65
-        if($this->isStart()) {
65
+        if ($this->isStart()) {
66 66
             $result->merge($this->getInjected()->parse($tokens));
67 67
         } else {
68 68
             $this->setStart($result[0]);
Please login to merge, or discard this patch.