Skip to content

Commit ea02972

Browse files
committed
Fixed whitespace and php stan baseline
1 parent 26a69e4 commit ea02972

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

include/header.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if ($config["cache"]) {
5151
}
5252

5353
if ($config["cache_control"] && is_numeric($config["cache_control"])) {
54-
header("Cache-Control: public, max-age=" . (int) $config["cache_control"]);
54+
header("Cache-Control: public, max-age=" . (int) $config["cache_control"]);
5555
}
5656

5757
if (!isset($config["languages"])) {

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ parameters:
435435
-
436436
message: '#^Variable \$config might not be defined\.$#'
437437
identifier: variable.undefined
438-
count: 3
438+
count: 6
439439
path: include/header.inc
440440

441441
-

0 commit comments

Comments
 (0)