mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12683] Small code style improvements
PHPBB3-12683
This commit is contained in:
@@ -17,5 +17,4 @@ use phpbb\exception\runtime_exception;
|
||||
|
||||
class di_exception extends runtime_exception
|
||||
{
|
||||
|
||||
}
|
||||
|
@@ -15,5 +15,4 @@ namespace phpbb\di\exception;
|
||||
|
||||
class multiple_service_definitions_exception extends di_exception
|
||||
{
|
||||
|
||||
}
|
||||
|
@@ -15,5 +15,4 @@ namespace phpbb\di\exception;
|
||||
|
||||
class service_not_found_exception extends di_exception
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user