Skip to content

Commit

Permalink
PhpCsFixer. Nullable type declaration (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis authored Jul 8, 2023
1 parent 55f8fe5 commit f15641c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function openFile(string $path): ?string
*/
function httpRequest(
string $url,
array|string $args = null,
array|string|null $args = null,
string $method = Request::GET,
array $options = [],
): Response {
Expand Down

0 comments on commit f15641c

Please sign in to comment.