Skip to content

Commit 5d547d0

Browse files
authored
Merge pull request #76 from blitz-php/devs
fix spec
2 parents 9c32d49 + 4560330 commit 5d547d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spec/system/framework/Events/Event.spec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
});
6969
});
7070

71-
define('Execution', function(): void {
71+
describe('Execution', function(): void {
7272
it('Execute un event', function (): void {
7373
$result = null;
7474
$this->eventManager->on('foo', static function (EventInterface $event) use (&$result): void {

src/Debug/Toolbar/Collectors/RoutesCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct()
5555
* {@inheritDoc}
5656
*
5757
* @return array{
58-
* matchedRoute: array<array{
58+
* matchedRoute: list<array{
5959
* directory: string,
6060
* controller: string,
6161
* method: string,

0 commit comments

Comments
 (0)