Skip to content

Commit

Permalink
Fix typo in comment block.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencegf committed Sep 30, 2019
1 parent a0a2c22 commit 7e3e9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ public static function unsetAllUserSessionVars()
* @param function $func The function to call if the current session is
* successfully verified.
* @param array $params (Optional) An array of parameters to pass to the
8 function. Defaults to empty array, meaning zero parameters.
* function. Defaults to empty array, meaning zero parameters.
*/
public static function verifySessionAndCall($func, $params = array())
{
Expand Down

0 comments on commit 7e3e9e4

Please sign in to comment.