Skip to content

Commit a6374de

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into 4.6
2 parents 0735e19 + caf314b commit a6374de

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

system/ThirdParty/PSR/Log/LoggerInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function debug(string|\Stringable $message, array $context = []): void;
8989
/**
9090
* Logs with an arbitrary level.
9191
*
92+
* @param mixed $level
9293
* @param mixed[] $context
9394
*
9495
* @throws \Psr\Log\InvalidArgumentException

user_guide_src/source/installation/upgrade_455.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ and it is recommended that you merge the updated versions with your application:
3232
Config
3333
------
3434

35-
- composer.json
35+
- preload.php
3636

3737
All Changes
3838
===========
3939

4040
This is a list of all files in the **project space** that received changes;
4141
many will be simple comments or formatting that have no effect on the runtime:
4242

43-
- composer.json
43+
- preload.php

0 commit comments

Comments
 (0)