Completed
Push — master ( e5166b...56b74c )
by Ilias
02:47
created
src/CondParse/Lexer.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,8 @@
 block discarded – undo
78 78
      * @param TokenMap $tokenMap
79 79
      * @return \Traversable <string>
80 80
      */
81
-    public function getTokenStream($conditionString, TokenMap $tokenMap) {
81
+    public function getTokenStream($conditionString, TokenMap $tokenMap)
82
+    {
82 83
         return $this->getTokenStreamWithRegex($conditionString, $this->buildRegex($tokenMap));
83 84
     }
84 85
 
Please login to merge, or discard this patch.