We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809ce16 commit ddf4d38Copy full SHA for ddf4d38
AjaxForm.php
@@ -123,7 +123,6 @@
123
124
/**
125
* Template string values
126
- *
127
* @param string $string
128
* @param array $vars
129
* @return string
@@ -139,7 +138,6 @@ function template(string $string, array $vars): string
139
138
140
141
* Secure inputs fields
142
143
* @param string $post
144
145
*/
@@ -154,8 +152,8 @@ function secure(string $post): string
154
152
155
153
156
* Error or success message
157
158
- * @param [type] $message
+ * @param bool $error
+ * @param mixed $message
159
160
161
function statusHandler(bool $error, $message): string
0 commit comments