8000 test: fix test · jeremyFreeAgent/symfony@df3f8c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit df3f8c6

Browse files
test: fix test
1 parent 7d29837 commit df3f8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Tests/ApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,7 @@ public function __construct()
21062106

21072107
class ThrowUncaughtErrorApplication extends Application
21082108
{
2109-
public function find(string $name)
2109+
public function find(string $name): Command
21102110
{
21112111
throw new \Exception('That doesn\'t work!');
21122112
}

0 commit comments

Comments
 (0)
0