Skip to content

Commit

Permalink
Removed unused property contentTypeFieldTypesResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Sep 1, 2022
1 parent 473b322 commit 220c41e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/bundle/Resources/config/services/form_processors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ services:

Ibexa\AdminUi\Form\Processor\ContentType\ContentTypeFormProcessor:
arguments:
- '@Ibexa\AdminUi\Config\AdminUiForms\ContentTypeFieldTypesResolverInterface'
- '@ibexa.api.service.content_type'
- "@router"
- '%ibexa.content_forms.form_processor.content_type.options%'
Expand Down
4 changes: 0 additions & 4 deletions tests/lib/Form/Processor/ContentTypeFormProcessorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/
namespace Ibexa\Tests\AdminUi\Form\Processor;

use Ibexa\AdminUi\Config\AdminUiForms\ContentTypeFieldTypesResolverInterface;
use Ibexa\AdminUi\Form\Data\ContentTypeData;
use Ibexa\AdminUi\Form\Data\FieldDefinitionData;
use Ibexa\AdminUi\Form\Processor\ContentType\ContentTypeFormProcessor;
Expand All @@ -32,9 +31,6 @@ final class ContentTypeFormProcessorTest extends TestCase
{
private const EXAMPLE_CONTENT_TYPE_ID = 1;

/** @var \Ibexa\AdminUi\Config\AdminUiForms\ContentTypeFieldTypesResolverInterface|\PHPUnit\Framework\MockObject\MockObject */
private ContentTypeFieldTypesResolverInterface $contentTypeFieldTypesResolver;

/**
* @var \Ibexa\Contracts\Core\Repository\ContentTypeService|\PHPUnit\Framework\MockObject\MockObject
*/
Expand Down

0 comments on commit 220c41e

Please sign in to comment.