Failed Conditions
Push — psr2 ( e6686e...5c2aad )
by Andreas
04:32
created
inc/parser/handler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -39,6 +39,9 @@
 block discarded – undo
39 39
         $this->CallWriter->writeCall($call);
40 40
     }
41 41
 
42
+    /**
43
+     * @param integer $pos
44
+     */
42 45
     function addPluginCall($plugin, $args, $state, $pos, $match) {
43 46
         $call = array('plugin',array($plugin, $args, $state, $match), $pos);
44 47
         $this->CallWriter->writeCall($call);
Please login to merge, or discard this patch.