autofixes

This commit is contained in:
Dennis Eichhorn 2023-08-30 12:08:09 +00:00
parent 005bde94d1
commit 97e7ddf988
7 changed files with 14 additions and 17 deletions

View File

@ -446,7 +446,6 @@ final class ApiAttributeController extends Controller
public function apiContractAttributeValueDelete(RequestAbstract $request, ResponseAbstract $response, mixed $data = null) : void
{
return;
// @todo: I don't think values can be deleted? Only Attributes
// However, It should be possible to remove UNUSED default values
// either here or other function?

View File

@ -18,9 +18,9 @@ namespace Modules\ContractManagement\Models;
use Modules\Admin\Models\AccountMapper;
use Modules\ContractManagement\Models\Attribute\ContractAttributeMapper;
use Modules\Editor\Models\EditorDocMapper;
use Modules\Media\Models\MediaMapper;
use Modules\Organization\Models\UnitMapper;
use Modules\Editor\Models\EditorDocMapper;
use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
/**

View File

@ -12,8 +12,6 @@
*/
declare(strict_types=1);
use phpOMS\Uri\UriFactory;
/**
* @var \phpOMS\Views\View $this
* @var \Modules\ContractManagement\Models\Contract $contract