@@ -79,7 +79,7 @@ |
||
79 | 79 | |
80 | 80 | // Format the line output for each value |
81 | 81 | foreach ($values as $key => $value) { |
82 | - $values[$key] = ' * @property \\' . $value . ' $' . $key; |
|
82 | + $values[$key] = ' * @property \\'.$value.' $'.$key; |
|
83 | 83 | } |
84 | 84 | |
85 | 85 | // Save the template with variable substitution |