From 27dc2cb022aee3021c2726de2d4304c2ca167cbf Mon Sep 17 00:00:00 2001 From: Dimitri Sitchet Tomkeu Date: Sun, 9 Nov 2025 09:18:23 +0100 Subject: [PATCH 1/2] fix spec --- spec/system/framework/Events/Event.spec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/framework/Events/Event.spec.php b/spec/system/framework/Events/Event.spec.php index 83b0a97e..3590f060 100644 --- a/spec/system/framework/Events/Event.spec.php +++ b/spec/system/framework/Events/Event.spec.php @@ -68,7 +68,7 @@ }); }); - define('Execution', function(): void { + describe('Execution', function(): void { it('Execute un event', function (): void { $result = null; $this->eventManager->on('foo', static function (EventInterface $event) use (&$result): void { From 4560330b0a42fafa17a369a650ab9245e7838e3b Mon Sep 17 00:00:00 2001 From: dimtrovich <37987162+dimtrovich@users.noreply.github.com> Date: Sun, 9 Nov 2025 10:21:26 +0000 Subject: [PATCH 2/2] Fix styling --- src/Debug/Toolbar/Collectors/RoutesCollector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Debug/Toolbar/Collectors/RoutesCollector.php b/src/Debug/Toolbar/Collectors/RoutesCollector.php index c4cd23b3..a58f8548 100644 --- a/src/Debug/Toolbar/Collectors/RoutesCollector.php +++ b/src/Debug/Toolbar/Collectors/RoutesCollector.php @@ -55,7 +55,7 @@ public function __construct() * {@inheritDoc} * * @return array{ - * matchedRoute: array