Skip to content

Commit

Permalink
Cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored and github-actions[bot] committed Nov 13, 2024
1 parent 0451918 commit 9a27119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Controller/MediaAdminControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function testListAction(): void
/**
* @psalm-suppress MissingClosureParamType
*/
$datagrid->expects($matcher)->method('setValue')->willReturnCallback(function (...$parameters) use ($matcher) {
$datagrid->expects($matcher)->method('setValue')->willReturnCallback(static function (...$parameters) use ($matcher) {
/**
* @psalm-suppress InternalMethod
*/
Expand Down

0 comments on commit 9a27119

Please sign in to comment.