Skip to content

Commit ddf4d38

Browse files
author
Gauthier
committed
Type param
1 parent 809ce16 commit ddf4d38

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

AjaxForm.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123

124124
/**
125125
* Template string values
126-
*
127126
* @param string $string
128127
* @param array $vars
129128
* @return string
@@ -139,7 +138,6 @@ function template(string $string, array $vars): string
139138

140139
/**
141140
* Secure inputs fields
142-
*
143141
* @param string $post
144142
* @return string
145143
*/
@@ -154,8 +152,8 @@ function secure(string $post): string
154152

155153
/**
156154
* Error or success message
157-
*
158-
* @param [type] $message
155+
* @param bool $error
156+
* @param mixed $message
159157
* @return string
160158
*/
161159
function statusHandler(bool $error, $message): string

0 commit comments

Comments
 (0)