|
@@ -87,7 +87,7 @@ discard block |
|
|
block discarded – undo |
|
87
|
87
|
* Get html encoded string |
|
88
|
88
|
* |
|
89
|
89
|
* @param array<string,array|string|integer> $cx render time context |
|
90
|
|
- * @param array<array|string|integer>|string|integer|null $var value to be htmlencoded |
|
|
90
|
+ * @param string $var value to be htmlencoded |
|
91
|
91
|
* |
|
92
|
92
|
* @return string The htmlencoded value of the specified variable |
|
93
|
93
|
* |
|
@@ -103,7 +103,7 @@ discard block |
|
|
block discarded – undo |
|
103
|
103
|
* LightnCandy runtime method for {{var}} , and deal with single quote to same as handlebars.js . |
|
104
|
104
|
* |
|
105
|
105
|
* @param array<string,array|string|integer> $cx render time context |
|
106
|
|
- * @param array<array|string|integer>|string|integer|null $var value to be htmlencoded |
|
|
106
|
+ * @param string $var value to be htmlencoded |
|
107
|
107
|
* |
|
108
|
108
|
* @return string The htmlencoded value of the specified variable |
|
109
|
109
|
* |
Please login to merge, or discard this patch.