Automated formatting changes

This commit is contained in:
Formatter Bot 2021-09-19 17:56:35 +00:00
parent 99df0e971e
commit 6f8b771ab6
2 changed files with 3 additions and 4 deletions

View File

@ -351,9 +351,9 @@ class DataMapperAbstract implements DataMapperInterface
/**
* Create a conditional value
*
* @param string $by Name of the variable to sort by
* @param string $order ASC or DESC
* @param string[] $models Models to apply the sort on
* @param string $by Name of the variable to sort by
* @param string $order ASC or DESC
* @param string[] $models Models to apply the sort on
*
* @return string
*

View File

@ -16,7 +16,6 @@ namespace phpOMS\Module;
use phpOMS\Application\ApplicationAbstract;
use phpOMS\Application\ApplicationInfo;
use phpOMS\Application\ApplicationManager;
use phpOMS\Autoloader;
use phpOMS\DataStorage\Database\Query\Builder;
use phpOMS\Message\Http\HttpRequest;