Browse Source

detailed page template fix

tags/0.1.0
Robin Thoni 9 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
                         // push the param value into place
97
                         // push the param value into place
98
                         $this->all_params[$param_name] = [
98
                         $this->all_params[$param_name] = [
99
                             "name" => $param_name,
99
                             "name" => $param_name,
100
-                            "param_type" => $param_type,
100
+                            "type" => $param_type,
101
                             "description" => $value
101
                             "description" => $value
102
                         ];
102
                         ];
103
 
103
 

Loading…
Cancel
Save