Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
spvickers committed Sep 30, 2022
1 parent 75b1561 commit f0acefa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ function doOnLoad() {
* @param string $url URL to which the form should be submitted
* @param array $params Array of form parameters
*
* @return string
* @return void
*/
public static function redirect($url, $params)
{
Expand Down Expand Up @@ -460,6 +460,8 @@ public static function redirect($url, $params)
* Set or delete a test cookie.
*
* @param bool $delete True if the cookie is to be deleted (optional, default is false)
*
* @return void
*/
public static function setTestCookie($delete = false)
{
Expand Down

0 comments on commit f0acefa

Please sign in to comment.