1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/16741] Clean up functions, add missing docblocks and return type hints

PHPBB3-16741
This commit is contained in:
Marc Alexander
2022-01-17 17:09:38 +01:00
parent 5e6065ff9e
commit 81cddb2bc6
4 changed files with 30 additions and 19 deletions

View File

@@ -122,6 +122,9 @@ class table_helper
}
}
/**
* Private constructor. Call methods of table_helper statically.
*/
private function __construct()
{
}