mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12683] phpdoc and spaces
PHPBB3-12683
This commit is contained in:
@@ -15,5 +15,4 @@ namespace phpbb\search\exception;
|
||||
|
||||
class action_in_progress_exception extends search_exception
|
||||
{
|
||||
|
||||
}
|
||||
|
@@ -15,5 +15,4 @@ namespace phpbb\search\exception;
|
||||
|
||||
class no_action_in_progress_exception extends search_exception
|
||||
{
|
||||
|
||||
}
|
||||
|
@@ -15,5 +15,4 @@ namespace phpbb\search\exception;
|
||||
|
||||
class no_search_backend_found_exception extends search_exception
|
||||
{
|
||||
|
||||
}
|
||||
|
@@ -17,5 +17,4 @@ use phpbb\exception\runtime_exception;
|
||||
|
||||
class search_exception extends runtime_exception
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user