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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user