We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c32d49 + 4560330 commit 5d547d0Copy full SHA for 5d547d0
2 files changed
spec/system/framework/Events/Event.spec.php
@@ -68,7 +68,7 @@
68
});
69
70
71
- define('Execution', function(): void {
+ describe('Execution', function(): void {
72
it('Execute un event', function (): void {
73
$result = null;
74
$this->eventManager->on('foo', static function (EventInterface $event) use (&$result): void {
src/Debug/Toolbar/Collectors/RoutesCollector.php
@@ -55,7 +55,7 @@ public function __construct()
55
* {@inheritDoc}
56
*
57
* @return array{
58
- * matchedRoute: array<array{
+ * matchedRoute: list<array{
59
* directory: string,
60
* controller: string,
61
* method: string,
0 commit comments