1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

[ticket/10586] Tidy up comments

PHPBB3-10586
This commit is contained in:
David King
2012-03-27 19:57:32 -04:00
parent 6a0bad8c0b
commit 56f75dbf93
2 changed files with 2 additions and 8 deletions

View File

@@ -432,7 +432,7 @@ class phpbb_extension_manager
/**
* Check to see if a given extension is available on the filesystem
*
* @param string $name Extension name to check
* @param string $name Extension name to check NOTE: Can be user input
* @return bool Depending on whether or not the extension is available
*/
public function available($name)