1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[ticket/16649] Minor code adjustments

PHPBB3-16649
This commit is contained in:
rxu
2021-02-24 21:10:00 +07:00
parent 816c06b95e
commit 29f2e26f71
4 changed files with 17 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ class markpublic_pass implements CompilerPassInterface
* Mark services as public by default unless they were explicitly marked as private
*
* @param ContainerBuilder $container ContainerBuilder object
* @return null
* @return void
*/
public function process(ContainerBuilder $container)
{