Skip to content
Snippets Groups Projects
Commit 700b90f0 authored by Alvaro Hurtado's avatar Alvaro Hurtado
Browse files

11.x Add trailing comma

parent dbeaafc6
No related branches found
No related tags found
1 merge request!11414Issue #2699565: Replace \Drupal:: with $this->container->get() in test classes of Basic Auth module
......@@ -22,7 +22,7 @@ class BasicAuthTestController {
*/
public function __construct(
private StateInterface $state,
private ResponsePolicyInterface $pageCacheKillSwitch
private ResponsePolicyInterface $pageCacheKillSwitch,
) {}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment