Skip to content

Commit bee0800

Browse files
committed
Lint PHP files
1 parent dcc2d96 commit bee0800

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@
2626

2727
ini_set('memory_limit', '1024M');
2828

29-
function get_cli_args():array {
29+
function get_cli_args():array
30+
{
3031
global $argv;
3132
return $argv;
3233
}
3334

34-
function should_update_cache(): bool {
35+
function should_update_cache(): bool
36+
{
3537
return in_array('--update-cache', get_cli_args());
3638
}
3739

0 commit comments

Comments
 (0)