[ticket/12715] Add missing new line in the notification manager

PHPBB3-12715
This commit is contained in:
Tristan Darricau 2014-06-16 01:01:10 +02:00
parent bae1724476
commit f4ef1ab6bd

View file

@ -12,6 +12,7 @@
*/ */
namespace phpbb\notification; namespace phpbb\notification;
use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\ContainerInterface;
/** /**