Skip to content

Commit

Permalink
Fix docblock declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Skouat committed Jul 16, 2023
1 parent 8882b8f commit b4332b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/admin/admin_main.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract class admin_main
protected $args = [];
/** @var \phpbb\config\config */
protected $config;
/** @var Symfony\Component\DependencyInjection\ContainerInterface */
/** @var \Symfony\Component\DependencyInjection\ContainerInterface */
protected $container;
/** @var string */
protected $id_prefix_name;
Expand Down

0 comments on commit b4332b2

Please sign in to comment.