Automated formatting changes

This commit is contained in:
Formatter Bot 2020-10-10 19:32:02 +00:00
parent 600e2ab705
commit f75fafd6cb
2 changed files with 10 additions and 10 deletions

View File

@ -112,7 +112,7 @@ final class SearchController extends Controller
), ),
'image' => '', 'image' => '',
'tags' => [], 'tags' => [],
'type' => 'list_links' 'type' => 'list_links',
]; ];
// @todo: add match score for sorted return // @todo: add match score for sorted return
} }

View File

@ -22,13 +22,13 @@ use phpOMS\Account\PermissionType;
use phpOMS\Application\ApplicationAbstract; use phpOMS\Application\ApplicationAbstract;
use phpOMS\Dispatcher\Dispatcher; use phpOMS\Dispatcher\Dispatcher;
use phpOMS\Event\EventManager; use phpOMS\Event\EventManager;
use phpOMS\Message\Http\HttpRequest;
use phpOMS\Message\Http\HttpResponse;
use phpOMS\Module\ModuleAbstract; use phpOMS\Module\ModuleAbstract;
use phpOMS\Module\ModuleManager; use phpOMS\Module\ModuleManager;
use phpOMS\Router\WebRouter; use phpOMS\Router\WebRouter;
use phpOMS\Utils\TestUtils;
use phpOMS\Message\Http\HttpResponse;
use phpOMS\Message\Http\HttpRequest;
use phpOMS\Uri\HttpUri; use phpOMS\Uri\HttpUri;
use phpOMS\Utils\TestUtils;
/** /**
* @testdox Modules\Admin\tests\Controller\SearchControllerTest: Admin api controller * @testdox Modules\Admin\tests\Controller\SearchControllerTest: Admin api controller