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

[ticket/14269] Fix comments and language var names

PHPBB3-14269
This commit is contained in:
Mate Bartus
2015-12-03 20:31:49 +01:00
parent 93b37b24c2
commit 02a9264780
4 changed files with 6 additions and 6 deletions

View File

@@ -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()
{