aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/event
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-12-03 20:31:49 +0100
committerMate Bartus <mate.bartus@gmail.com>2015-12-03 20:31:49 +0100
commit02a9264780f3896cf88b9d793dbf8831aa54e029 (patch)
treedc83aaacf8d2a9cc14b0d52275aa49282ebfb4af /phpBB/phpbb/install/event
parent93b37b24c2d546a2bc80830508d64338a24f9afa (diff)
downloadforums-02a9264780f3896cf88b9d793dbf8831aa54e029.tar
forums-02a9264780f3896cf88b9d793dbf8831aa54e029.tar.gz
forums-02a9264780f3896cf88b9d793dbf8831aa54e029.tar.bz2
forums-02a9264780f3896cf88b9d793dbf8831aa54e029.tar.xz
forums-02a9264780f3896cf88b9d793dbf8831aa54e029.zip
[ticket/14269] Fix comments and language var names
PHPBB3-14269
Diffstat (limited to 'phpBB/phpbb/install/event')
-rw-r--r--phpBB/phpbb/install/event/kernel_exception_subscriber.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/install/event/kernel_exception_subscriber.php b/phpBB/phpbb/install/event/kernel_exception_subscriber.php
index 2e6f9ca74d..c2960cb13c 100644
--- a/phpBB/phpbb/install/event/kernel_exception_subscriber.php
+++ b/phpBB/phpbb/install/event/kernel_exception_subscriber.php
@@ -112,9 +112,9 @@ class kernel_exception_subscriber implements EventSubscriberInterface
}
/**
- * Returns an array of the events the object is subscribed to
+ * Returns an array of events the object is subscribed to
*
- * @return array Array of the events the object is subscribed to
+ * @return array Array of events the object is subscribed to
*/
static public function getSubscribedEvents()
{