Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit 835aa7b

Browse files
committed
Fixing the formatting and some other issues mentioned by auto code review
1 parent 804e46b commit 835aa7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ajax_chain_select.module

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,12 @@ function ajax_chain_select_element_callback($level = 1, $previous_level_key = 0,
191191

192192
/**
193193
* Generates a token based on $value, and the private key.
194-
*
194+
*
195195
* Note: This is similar to drupal_get_token but without using session_id.
196196
*
197197
* @param string $value
198198
* An additional value to base the token on.
199-
*
199+
*
200200
* @return string
201201
* A 43-character URL-safe token for validation.
202202
*/
@@ -206,11 +206,11 @@ function ajax_chain_select_get_token($value = '') {
206206

207207
/**
208208
* Validates a token based on $value and the private key.
209-
*
209+
*
210210
* Note: This is similar to drupal_valid_token but without using session_id.
211211
*
212212
* @param string $token
213-
* The token to be validated.
213+
* The token to be validated.
214214
* @param string $value
215215
* An additional value to base the token on.
216216
*

0 commit comments

Comments
 (0)