summaryrefslogtreecommitdiff
path: root/inc/parser/handler.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-12-03 00:08:35 +0100
committerGerrit Uitslag <klapinklapin@gmail.com>2014-12-03 00:08:35 +0100
commit51a883ed288fd1a0a93fc2723019a334d104b179 (patch)
treeef4171fa199ce6a0a7a34de9bb5c88f1a49fb610 /inc/parser/handler.php
parentb814e978ddb3bb9f05058fb684e2394dd2bf8eb5 (diff)
downloadrpg-51a883ed288fd1a0a93fc2723019a334d104b179.tar.gz
rpg-51a883ed288fd1a0a93fc2723019a334d104b179.tar.bz2
phpdocs handler
Diffstat (limited to 'inc/parser/handler.php')
-rw-r--r--inc/parser/handler.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php
index a1040d12e..8efaa2cc1 100644
--- a/inc/parser/handler.php
+++ b/inc/parser/handler.php
@@ -71,6 +71,7 @@ class Doku_Handler {
*/
function plugin($match, $state, $pos, $pluginname){
$data = array($match);
+ /** @var DokuWiki_Syntax_Plugin $plugin */
$plugin = plugin_load('syntax',$pluginname);
if($plugin != null){
$data = $plugin->handle($match, $state, $pos, $this);