aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/style
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-11-30 23:03:06 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-30 23:03:06 -0500
commitec4343c7447911c7e822a03c0f57fc2bb1c4ab3d (patch)
treeca50b41e53de1e948cb2ee9859a4b69b530305ba /phpBB/includes/style
parent3a702084e4249830a87dc0914127e00c1bb1b1dd (diff)
downloadforums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar
forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar.gz
forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar.bz2
forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.tar.xz
forums-ec4343c7447911c7e822a03c0f57fc2bb1c4ab3d.zip
[ticket/11227] @return void -> @return null, per coding guidelines.
PHPBB3-11227
Diffstat (limited to 'phpBB/includes/style')
-rw-r--r--phpBB/includes/style/resource_locator.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/style/resource_locator.php b/phpBB/includes/style/resource_locator.php
index 04beddb434..4cf767c062 100644
--- a/phpBB/includes/style/resource_locator.php
+++ b/phpBB/includes/style/resource_locator.php
@@ -110,7 +110,7 @@ class phpbb_style_resource_locator implements phpbb_template_locator
* Typically it is one directory level deep, e.g. "template/".
*
* @param string $template_path Relative path to templates directory within style directories
- * @return void
+ * @return null
*/
public function set_template_path($template_path)
{
@@ -121,7 +121,7 @@ class phpbb_style_resource_locator implements phpbb_template_locator
* Sets the location of templates directory within style directories
* to the default, which is "template/".
*
- * @return void
+ * @return null
*/
public function set_default_template_path()
{