Skip to content

Commit

Permalink
Fix codestyle manually
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Jan 29, 2021
1 parent 46c2abb commit e4dbdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function run(string $path): void
header('HTTP/1.1 304 Not Modified');
die;
}
header('Expires: ' . gmdate('D, d M Y H:i:s \G\M\T', time() + 86400)); // 1 day
header('Expires: ' . gmdate('D, d M Y H:i:s \G\M\T', time() + 86_400)); // 1 day
header('Last-Modified: ' . $tsString);
header('ETag: "' . md5($etag) . '"');

Expand Down

0 comments on commit e4dbdab

Please sign in to comment.