aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/exception/cannot_build_container_exception.php
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-07-21 14:42:15 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-07-21 14:42:15 +0200
commitb2b9fb1df2e6d37c8a327b7b6c380f19e1ff6496 (patch)
treef279a46f8da3f4320ac157d8e909f042cf33edea /phpBB/phpbb/install/exception/cannot_build_container_exception.php
parent0488c49116f77de55da3ddf36aa2b08f6a5fd085 (diff)
downloadforums-b2b9fb1df2e6d37c8a327b7b6c380f19e1ff6496.tar
forums-b2b9fb1df2e6d37c8a327b7b6c380f19e1ff6496.tar.gz
forums-b2b9fb1df2e6d37c8a327b7b6c380f19e1ff6496.tar.bz2
forums-b2b9fb1df2e6d37c8a327b7b6c380f19e1ff6496.tar.xz
forums-b2b9fb1df2e6d37c8a327b7b6c380f19e1ff6496.zip
[ticket/13740] Fix CS and docblocks
PHPBB3-13740
Diffstat (limited to 'phpBB/phpbb/install/exception/cannot_build_container_exception.php')
-rw-r--r--phpBB/phpbb/install/exception/cannot_build_container_exception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/exception/cannot_build_container_exception.php b/phpBB/phpbb/install/exception/cannot_build_container_exception.php
index 11be507bc9..6cf12b008b 100644
--- a/phpBB/phpbb/install/exception/cannot_build_container_exception.php
+++ b/phpBB/phpbb/install/exception/cannot_build_container_exception.php
@@ -14,7 +14,7 @@
namespace phpbb\install\exception;
/**
- * This exception should be thrown when
+ * Thrown when the container cannot be built
*/
class cannot_build_container_exception extends installer_exception
{