From a17494a399e4d4508d09596a2b2c2144721450e6 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Tue, 1 Aug 2023 09:32:53 +0200 Subject: [PATCH] Fix psalm (#2412) --- tests/Command/CleanMediaCommandTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Command/CleanMediaCommandTest.php b/tests/Command/CleanMediaCommandTest.php index 108852686..35aa40205 100755 --- a/tests/Command/CleanMediaCommandTest.php +++ b/tests/Command/CleanMediaCommandTest.php @@ -219,7 +219,8 @@ public function testExecute(): void /** * Asserts whether all expected texts can be found in the output within a given context. * - * @param string[] $expected + * @param non-empty-string $extractor + * @param string[] $expected */ private function assertOutputFoundInContext( string $extractor,