From 51a883ed288fd1a0a93fc2723019a334d104b179 Mon Sep 17 00:00:00 2001
From: Gerrit Uitslag <klapinklapin@gmail.com>
Date: Wed, 3 Dec 2014 00:08:35 +0100
Subject: [PATCH] phpdocs handler

---
 inc/parser/handler.php | 1 +
 1 file changed, 1 insertion(+)

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);
-- 
GitLab