mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 01:36:57 +02:00
[ticket/16671] Fix coding style
PHPBB3-166671
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
namespace phpbb\report\exception;
|
||||
|
||||
use \phpbb\exception\runtime_exception;
|
||||
use phpbb\exception\runtime_exception;
|
||||
|
||||
class factory_invalid_argument_exception extends runtime_exception
|
||||
{
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
namespace phpbb\report\exception;
|
||||
|
||||
use \phpbb\exception\runtime_exception;
|
||||
use phpbb\exception\runtime_exception;
|
||||
|
||||
class invalid_report_exception extends runtime_exception
|
||||
{
|
||||
|
Reference in New Issue
Block a user