mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 14:20:29 -04:00
Clean up function imports
This commit is contained in:
parent
b5c6d5fe34
commit
2b47b65437
5 changed files with 0 additions and 6 deletions
|
@ -8,7 +8,6 @@ use function Safe\preg_match;
|
|||
use function Safe\preg_replace;
|
||||
use function Safe\sprintf;
|
||||
use function Safe\shell_exec;
|
||||
use function Safe\substr;
|
||||
|
||||
/**
|
||||
* @property array<GitCommit> $GitCommits
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?
|
||||
use function Safe\ini_get;
|
||||
use function Safe\preg_match;
|
||||
use function Safe\substr;
|
||||
|
||||
class HttpInput{
|
||||
public static function RequestMethod(): int{
|
||||
|
|
|
@ -4,7 +4,6 @@ use function Safe\fopen;
|
|||
use function Safe\fwrite;
|
||||
use function Safe\fclose;
|
||||
use function Safe\error_log;
|
||||
use function Safe\substr;
|
||||
|
||||
class Log{
|
||||
private string $RequestId;
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
<?
|
||||
use function Safe\exec;
|
||||
use function Safe\substr;
|
||||
use function Safe\file_get_contents;
|
||||
use function Safe\preg_replace;
|
||||
use function Safe\json_decode;
|
||||
use function Safe\glob;
|
||||
use function Safe\shell_exec;
|
||||
|
|
|
@ -4,7 +4,6 @@ use function Safe\curl_init;
|
|||
use function Safe\curl_setopt;
|
||||
use function Safe\file_get_contents;
|
||||
use function Safe\json_decode;
|
||||
use function Safe\substr;
|
||||
|
||||
$log = new Log(POSTMARK_WEBHOOK_LOG_FILE_PATH);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue