mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
fix phpstan errors: undefined variable or type invalid
This commit is contained in:
@@ -486,7 +486,7 @@ final class SingleTaskController extends AbstractController
|
||||
);
|
||||
|
||||
default:
|
||||
throw new BadRequestException("format not supported: {$format}");
|
||||
throw new BadRequestException("format not supported: {$_format}");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user