CodeDoc/Parser/Var.php
[PHP_CodeDoc] / CodeDoc / Parser / Method.php
index 6f2b61c..3fc4f2a 100644 (file)
@@ -63,7 +63,7 @@ class PHP_CodeDoc_Parser_Method {
         
         // before pos... 2 points...
         /// probably need to look back for 'string'?
-        $flags= array($this->look_nws(-1,';'), $this->look_nws(-2,';'), $this->look_nws(-3,';'), $this->look_nws(-4,';'));
+        $flags= array($this->look_nws(-1), $this->look_nws(-2), $this->look_nws(-3), $this->look_nws(-4));
          
         
         $startpos = $this->pos;