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

[ticket/16955] Add missing docblocks and fix unclear ones

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-30 17:27:31 +01:00
parent 4284512594
commit fab81eca2b
7 changed files with 19 additions and 11 deletions

View File

@@ -35,7 +35,7 @@ class factory
*
* @param string $name Service name
*
* @return object|bool Requested service or false if service could not be
* @return object|false Requested service or false if service could not be
* found by the container
*/
public function get($name)