Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rela589n committed Nov 18, 2023
1 parent 479d554 commit 70cfa74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DependencyInjection/PhdCacheTestExtension.php
Expand Up @@ -11,7 +11,11 @@ final class PhdCacheTestExtension extends Extension
{
public const ALIAS = 'phd_cache_test';

/** @override */
/**
* @param array<array-key,mixed> $configs
*
* @override
*/
public function load(array $configs, ContainerBuilder $container): void
{
// nothing to do yet
Expand Down

0 comments on commit 70cfa74

Please sign in to comment.