Skip to content

Commit

Permalink
update list of use function
Browse files Browse the repository at this point in the history
  • Loading branch information
rawsrc committed Dec 2, 2021
1 parent 6fd1317 commit 2b08e7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PhpEcho.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
use function random_bytes;
use function str_contains;
use function str_replace;
use function str_shuffle;
use function substr;

if ( ! defined('HELPER_BOUND_TO_CLASS_INSTANCE')) {
define('HELPER_BOUND_TO_CLASS_INSTANCE', 1);
Expand Down Expand Up @@ -757,7 +759,7 @@ public function addHead(...$args): void
}

/**
* @param bool $escape If you dont want to escape the head, set it to false
* @param bool $escape If you don't want to escape the head, set it to false
* @return string
*/
public function getHead(bool $escape): string
Expand Down

0 comments on commit 2b08e7d

Please sign in to comment.