Skip to content

Commit

Permalink
Fix psalm (#2412)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Aug 1, 2023
1 parent 77cb5ee commit a17494a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Command/CleanMediaCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a17494a

Please sign in to comment.