Skip to content

Commit c599769

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into 4.4
2 parents fbcecb3 + 5c51240 commit c599769

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"phpunit/phpcov": "^8.2",
2525
"phpunit/phpunit": "^9.1",
2626
"predis/predis": "^1.1 || ^2.0",
27-
"rector/rector": "0.17.6",
27+
"rector/rector": "0.17.7",
2828
"vimeo/psalm": "^5.0"
2929
},
3030
"suggest": {
@@ -77,6 +77,7 @@
7777
"bash -c \"if [ -f admin/setup.sh ]; then bash admin/setup.sh; fi\""
7878
],
7979
"analyze": [
80+
"Composer\\Config::disableProcessTimeout",
8081
"bash -c \"XDEBUG_MODE=off phpstan analyse\"",
8182
"rector process --dry-run"
8283
],

system/Debug/Toolbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public function prepare(?RequestInterface $request = null, ?ResponseInterface $r
365365
return;
366366
}
367367

368-
$toolbar = Services::toolbar(config(self::class));
368+
$toolbar = Services::toolbar(config(ToolbarConfig::class));
369369
$stats = $app->getPerformanceStats();
370370
$data = $toolbar->run(
371371
$stats['startTime'],

0 commit comments

Comments
 (0)