Browse Source

detailed page template fix

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
d2b0ef2fba
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Doc/Business/DocBlock.php

+ 1
- 1
src/Doc/Business/DocBlock.php View File

@@ -97,7 +97,7 @@ class DocBlock {
97 97
                         // push the param value into place
98 98
                         $this->all_params[$param_name] = [
99 99
                             "name" => $param_name,
100
-                            "param_type" => $param_type,
100
+                            "type" => $param_type,
101 101
                             "description" => $value
102 102
                         ];
103 103
 

Loading…
Cancel
Save